1
0
Fork 0

fix: fix the oopsie

user-stream
Lea 2023-08-25 20:25:00 +02:00
parent 3f73a5abb9
commit df9e8ed8d4
Signed by: lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ export async function addServerMember(serverId: string, userId: string, withEven
joined_at: Long.fromNumber(Date.now()) as unknown as string,
});
await publishMessage(userId, {
await publishMessage(userId + '!', {
type: "ServerCreate",
id: serverId,
channels: channels,