From df9e8ed8d47e10e198afb8c64fa34d3a36347e45 Mon Sep 17 00:00:00 2001 From: Lea Date: Fri, 25 Aug 2023 20:25:00 +0200 Subject: [PATCH] fix: fix the oopsie --- lib/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions.ts b/lib/actions.ts index ce8e82a..92e1449 100644 --- a/lib/actions.ts +++ b/lib/actions.ts @@ -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,