From 562a53d6bbd4fd3da41eeb94dc4c7ad31cf9a67e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 2 Sep 2021 19:50:05 +0200 Subject: :sparkles: add user_id field to Member --- gateway/src/opcodes/LazyRequest.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'gateway/src/opcodes/LazyRequest.ts') 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 -- cgit 1.5.1