-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
continuation of #7029
- ChatType api!(jsonrpc):
chat_typenow contains a variant of a string enum/union. Affected places:FullChat.chat_type,BasicChat.chat_type,ChatListItemFetchResult::ChatListItem.chat_type,Event:: SecurejoinInviterProgress.chat_typeandMessageSearchResult.chat_type#7285 - ProviderInfo status
- MessageState (don't forget to also change return type of
summary_status)
maybe:
- push notification state, but for that
dc_get_push_stateapi would need to be implemented to jsonrpc first - summary prefix/meaning (
DC_TEXT1_) would need to be first added to jsonrpc api, because it does not return the type yet, it just returns the rendered string as part of the output, but not the machine readable form.- (do we even need that? for what is it used on the other platforms)
not applicable:
- Connectivity State: Because the states are defined as ranges and all UIs also treat it as ranges (at time of writing)