mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
fix: jsonrpc: typescript client: fix types of events in event emitter (#4373)
* fix: jsonrpc: typescript client: fix types of events in event emitter * add ts ignore to remove ts error (when building in ts5) doing the types right via casting is to complicated IMO and has no real benefit here.
This commit is contained in:
@@ -9,10 +9,13 @@
|
||||
- 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`
|
||||
- `Event`: `context_id` property is now called `contextId`
|
||||
- JSON-RPC: add API to get reactions outside the message snapshot
|
||||
### Fixes
|
||||
- Make the bots automatically accept group chat contact requests. #4377
|
||||
|
||||
### Fixes
|
||||
- jsonrpc: typescript client: fix types of events in event emitter
|
||||
|
||||
## [1.114.0] - 2023-04-24
|
||||
|
||||
|
||||
Reference in New Issue
Block a user