mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
fix: update presence fetch to correct Matrix user identifier
This commit is contained in:
@@ -1298,7 +1298,7 @@ async function writeStartupChatMotd() {
|
||||
(async () => {
|
||||
const [latest, presence] = await Promise.all([
|
||||
fetchPublicLastMessage('#generalchat:ruv.wtf'),
|
||||
fetchPublicPresence('@litruv:b.ruv.wtf')
|
||||
fetchPublicPresence('@lit:ruv.wtf')
|
||||
]);
|
||||
return { latest, presence };
|
||||
})(),
|
||||
|
||||
Reference in New Issue
Block a user