mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-25 11:16:02 +10:00
feat: add skip functionality to boot animation and update chat room alias
This commit is contained in:
@@ -487,7 +487,7 @@ const commands = {
|
||||
description: 'Connect to chat room',
|
||||
execute: async (args) => {
|
||||
const homeserver = 'https://chat.ruv.wtf';
|
||||
const roomAlias = '#generalchat:b.ruv.wtf';
|
||||
const roomAlias = '#publicchat:ruv.wtf';
|
||||
|
||||
// Generate UUID
|
||||
const generateUUID = () => {
|
||||
@@ -998,7 +998,7 @@ async function writeStartupChatMotd() {
|
||||
const result = await Promise.race([
|
||||
(async () => {
|
||||
const [latest, presence] = await Promise.all([
|
||||
fetchPublicLastMessage('#generalchat:b.ruv.wtf'),
|
||||
fetchPublicLastMessage('#publicchat:ruv.wtf'),
|
||||
fetchPublicPresence('@litruv:b.ruv.wtf')
|
||||
]);
|
||||
return { latest, presence };
|
||||
|
||||
Reference in New Issue
Block a user