zulip/zulip-terminal

Support receiving message ids to delete in bulk.

オープン

#690 opened on 2020/06/15

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (352 件のフォーク)github user discovery
area: event handlinghelp wantedrequires new server feature

Repository metrics

Stars
 (855 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド