zulip/zulip-terminal

Support receiving message ids to delete in bulk.

Open

#690 opened on Jun 15, 2020

 (1 comment) (0 reactions) (0 assignees)Python (352 forks)github user discovery
area: event handlinghelp wantedrequires new server feature

Repository metrics

Stars
 (853 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide