zulip/zulip-terminal

Support receiving message ids to delete in bulk.

Aberta

#690 aberto em 15 de jun. de 2020

 (1 comentário) (0 reação) (0 responsável)Python (352 forks)github user discovery
area: event handlinghelp wantedrequires new server feature

Métricas do repositório

Stars
 (853 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

After https://github.com/zulip/zulip/commit/cda7b2f5393b803f521f45f566b520ebcd9b8d20, client can specify if it supports bulk deletion of messages via passing bulk_message_deletion = True in client_capabilities on /register request.

See do_delete_messages in action.py on zulip/zulip for expected event data formatting in response.

Note that the old event data formatting will be removed in Zulip 2.3 release, so this should be fixed with priority.

Guia do colaborador