mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-01 22:18:43 +00:00
core: public groups - roster of privileged members (#7017)
This commit is contained in:
@@ -87,6 +87,7 @@ This file is generated automatically.
|
||||
- [FileProtocol](#fileprotocol)
|
||||
- [FileStatus](#filestatus)
|
||||
- [FileTransferMeta](#filetransfermeta)
|
||||
- [FileType](#filetype)
|
||||
- [Format](#format)
|
||||
- [FormattedText](#formattedtext)
|
||||
- [FullGroupPreferences](#fullgrouppreferences)
|
||||
@@ -2100,6 +2101,15 @@ NO_FILE:
|
||||
- cancelled: bool
|
||||
|
||||
|
||||
---
|
||||
|
||||
## FileType
|
||||
|
||||
**Enum type**:
|
||||
- "normal"
|
||||
- "roster"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Format
|
||||
@@ -2316,6 +2326,7 @@ MemberSupport:
|
||||
- uiThemes: [UIThemeEntityOverrides](#uithemeentityoverrides)?
|
||||
- customData: JSONObject?
|
||||
- groupSummary: [GroupSummary](#groupsummary)
|
||||
- rosterVersion: int64?
|
||||
- membersRequireAttention: int
|
||||
- viaGroupLinkUri: string?
|
||||
- groupKeys: [GroupKeys](#groupkeys)?
|
||||
@@ -3317,6 +3328,7 @@ Cancelled:
|
||||
- xftpRcvFile: [XFTPRcvFile](#xftprcvfile)?
|
||||
- fileInvitation: [FileInvitation](#fileinvitation)
|
||||
- fileStatus: [RcvFileStatus](#rcvfilestatus)
|
||||
- fileType: [FileType](#filetype)
|
||||
- rcvFileInline: [InlineFileMode](#inlinefilemode)?
|
||||
- senderDisplayName: string
|
||||
- chunkSize: int64
|
||||
@@ -3441,6 +3453,7 @@ ParseError:
|
||||
- "new"
|
||||
- "invited"
|
||||
- "accepted"
|
||||
- "acknowledgedRoster"
|
||||
- "active"
|
||||
- "inactive"
|
||||
- "rejected"
|
||||
|
||||
@@ -270,6 +270,7 @@ chatTypesDocsData =
|
||||
(sti @FileProtocol, STEnum' (consLower "FP"), "", [], "", ""),
|
||||
(sti @FileStatus, STEnum, "FS", [], "", ""),
|
||||
(sti @FileTransferMeta, STRecord, "", [], "", ""),
|
||||
(sti @FileType, STEnum' (consLower "FT"), "", [], "", ""),
|
||||
(sti @Format, STUnion, "", ["Unknown"], "", ""),
|
||||
(sti @FormattedText, STRecord, "", [], "", ""),
|
||||
(sti @FullGroupPreferences, STRecord, "", [], "", ""),
|
||||
@@ -489,6 +490,7 @@ deriving instance Generic FileInvitation
|
||||
deriving instance Generic FileProtocol
|
||||
deriving instance Generic FileStatus
|
||||
deriving instance Generic FileTransferMeta
|
||||
deriving instance Generic FileType
|
||||
deriving instance Generic Format
|
||||
deriving instance Generic FormattedText
|
||||
deriving instance Generic FullGroupPreferences
|
||||
|
||||
@@ -170,6 +170,7 @@ toTypeInfo tr =
|
||||
"DBEntityId'" -> ST TInt64 []
|
||||
"Integer" -> ST TInt64 []
|
||||
"Version" -> ST TInt []
|
||||
"VersionRoster" -> ST TInt64 []
|
||||
"BoolDef" -> ST TBool []
|
||||
"PQEncryption" -> ST TBool []
|
||||
"PQSupport" -> ST TBool []
|
||||
|
||||
Reference in New Issue
Block a user