various bug fixes
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user