various bug fixes

This commit is contained in:
Zoe
2023-04-21 01:25:27 -05:00
parent 3ea8167569
commit 4890d657b5
12 changed files with 137 additions and 41 deletions

View File

@@ -43,6 +43,12 @@ export default {
e.body = parseMessageBody(e.body, useGlobalStore().activeChannel);
});
const friend = server.dmParticipants?.find((e) => e.id !== useGlobalStore().user.id)?.username;
useHeadSafe({
title: `@${friend} - Blop`
});
return {
server
};