summary refs log tree commit diff
path: root/gateway/src/opcodes/LazyRequest.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-02 19:50:05 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-02 19:50:05 +0200
commit562a53d6bbd4fd3da41eeb94dc4c7ad31cf9a67e (patch)
tree7e9a1ac62489adeb6e716bf6223e34d0576d5218 /gateway/src/opcodes/LazyRequest.ts
parent:art: update openapi title (diff)
downloadserver-562a53d6bbd4fd3da41eeb94dc4c7ad31cf9a67e.tar.xz
:sparkles: add user_id field to Member
Diffstat (limited to '')
-rw-r--r--gateway/src/opcodes/LazyRequest.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/src/opcodes/LazyRequest.ts b/gateway/src/opcodes/LazyRequest.ts

index 9f514f5f..146175b5 100644 --- a/gateway/src/opcodes/LazyRequest.ts +++ b/gateway/src/opcodes/LazyRequest.ts
@@ -8,6 +8,7 @@ import { check } from "./instanceOf"; // TODO: check permission and only show roles/members that have access to this channel // TODO: config: if want to list all members (even those who are offline) sorted by role, or just those who are online +// TODO: rewrite typeorm export async function onLazyRequest(this: WebSocket, { d }: Payload) { // TODO: check data