mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
api!:jsonrpc: sort reactions in descending order (#4388)
convert `JSONRPCReactions.reactions` to a `Vec<JSONRPCReaction>` with unique reactions and their count, sorted in descending order. --------- Co-authored-by: link2xt <link2xt@testrun.org>
This commit is contained in:
committed by
GitHub
parent
2328ba54be
commit
4a593a8d7e
@@ -10,6 +10,7 @@
|
||||
- BREAKING: jsonrpc:
|
||||
- `get_chatlist_items_by_entries` now takes only chatids instead of `ChatListEntries`
|
||||
- `get_chatlist_entries` now returns `Vec<u32>` of chatids instead of `ChatListEntries`
|
||||
- `JSONRPCReactions.reactions` is now a `Vec<JSONRPCReaction>` with unique reactions and their count, sorted in descending order.
|
||||
- `Event`: `context_id` property is now called `contextId`
|
||||
- jsonrpc: expand `MessageSearchResult`:
|
||||
- always include `chat_name`(not an option anymore)
|
||||
|
||||
Reference in New Issue
Block a user