will not show direct rooms if blocked

This commit is contained in:
simplonco
2023-01-16 16:18:42 +01:00
parent 61864af0a3
commit e52690d890
2 changed files with 16 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ export async function remove_block_user(username: string): Promise<void>
await fetch_chat_request('unblock', FetchMethod.POST, {username: username} );
}
export async function list_block_user(username: string): Promise<string>
export async function list_block_user(username: string): Promise<string[]>
{
to_print("in list_block_user");