1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00

🐛 fix event listener

This commit is contained in:
Flam3rboy 2021-10-24 12:59:43 +02:00
parent c812026527
commit bff6087c8b

View File

@ -153,9 +153,11 @@ async function consume(this: WebSocket, opts: EventOpts) {
!permission
.overwriteChannel(data.permission_overwrites)
.has("VIEW_CHANNEL")
)
) {
return;
// No break needed here, we need to call the listenEvent function below
}
this.events[id] = await listenEvent(id, consumer, listenOpts);
break;
case "RELATIONSHIP_ADD":
this.events[data.user.id] = await listenEvent(
data.user.id,