mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
allow webxdc document names (#3317)
* allow webxdc document names * test document webxdc property * update CHANGELOG
This commit is contained in:
@@ -169,6 +169,12 @@ pub enum Param {
|
||||
/// For Chats: timestamp of protection settings update.
|
||||
ProtectionSettingsTimestamp = b'L',
|
||||
|
||||
/// For Webxdc Message Instances: Current document name
|
||||
WebxdcDocument = b'R',
|
||||
|
||||
/// For Webxdc Message Instances: timestamp of document name update.
|
||||
WebxdcDocumentTimestamp = b'W',
|
||||
|
||||
/// For Webxdc Message Instances: Current summary
|
||||
WebxdcSummary = b'N',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user