mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 22:25:43 +00:00
Add thread_member_lists to LazyRequest
This commit is contained in:
@@ -5,6 +5,7 @@ export interface LazyRequest {
|
||||
threads?: boolean;
|
||||
typing?: true;
|
||||
members?: any[];
|
||||
thread_member_lists?: any[];
|
||||
}
|
||||
|
||||
export const LazyRequest = {
|
||||
@@ -14,4 +15,5 @@ export const LazyRequest = {
|
||||
$typing: Boolean,
|
||||
$threads: Boolean,
|
||||
$members: [] as any[],
|
||||
$thread_member_lists: [] as any[],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user