More webapp changes+fixes
This commit is contained in:
@@ -23,6 +23,7 @@ export interface MessageListParams {
|
||||
search?: string;
|
||||
sender?: string[];
|
||||
subscription_status?: 'all' | 'confirmed' | 'unconfirmed';
|
||||
used_key?: string;
|
||||
trimmed?: boolean;
|
||||
page_size?: number;
|
||||
next_page_token?: string;
|
||||
|
||||
Reference in New Issue
Block a user