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:
parent
c812026527
commit
bff6087c8b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user