1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-5296 Merge branch 'main' of github.com:anyproto/anytype-heart into go-5296-add-counters-for-unread-messages-to-subscription-revived

This commit is contained in:
Sergey 2025-05-05 11:33:44 +02:00
commit b58805e31d
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
13 changed files with 783 additions and 814 deletions

View file

@ -1835,8 +1835,6 @@
- [Event.File.SpaceUsage](#anytype-Event-File-SpaceUsage)
- [Event.Import](#anytype-Event-Import)
- [Event.Import.Finish](#anytype-Event-Import-Finish)
- [Event.Key](#anytype-Event-Key)
- [Event.Key.Update](#anytype-Event-Key-Update)
- [Event.Membership](#anytype-Event-Membership)
- [Event.Membership.Update](#anytype-Event-Membership-Update)
- [Event.Message](#anytype-Event-Message)
@ -1871,6 +1869,8 @@
- [Event.Process.Done](#anytype-Event-Process-Done)
- [Event.Process.New](#anytype-Event-Process-New)
- [Event.Process.Update](#anytype-Event-Process-Update)
- [Event.PushEncryptionKey](#anytype-Event-PushEncryptionKey)
- [Event.PushEncryptionKey.Update](#anytype-Event-PushEncryptionKey-Update)
- [Event.Space](#anytype-Event-Space)
- [Event.Space.AutoWidgetAdded](#anytype-Event-Space-AutoWidgetAdded)
- [Event.Space.SyncStatus](#anytype-Event-Space-SyncStatus)
@ -28980,33 +28980,6 @@ Precondition: user A opened a block
<a name="anytype-Event-Key"></a>
### Event.Key
<a name="anytype-Event-Key-Update"></a>
### Event.Key.Update
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| spaceKeyId | [string](#string) | | |
| encryptionKeyId | [string](#string) | | |
| encryptionKey | [string](#string) | | |
<a name="anytype-Event-Membership"></a>
### Event.Membership
@ -29120,7 +29093,7 @@ Precondition: user A opened a block
| chatUpdateMentionReadStatus | [Event.Chat.UpdateMentionReadStatus](#anytype-Event-Chat-UpdateMentionReadStatus) | | received to update per-message mention read status (if needed to highlight the unread mentions in the UI) |
| chatDelete | [Event.Chat.Delete](#anytype-Event-Chat-Delete) | | |
| chatStateUpdate | [Event.Chat.UpdateState](#anytype-Event-Chat-UpdateState) | | in case new unread messages received or chat state changed (e.g. message read on another device) |
| keyUpdate | [Event.Key.Update](#anytype-Event-Key-Update) | | |
| pushEncryptionKeyUpdate | [Event.PushEncryptionKey.Update](#anytype-Event-PushEncryptionKey-Update) | | |
@ -29569,6 +29542,32 @@ Removes document from subscription
<a name="anytype-Event-PushEncryptionKey"></a>
### Event.PushEncryptionKey
<a name="anytype-Event-PushEncryptionKey-Update"></a>
### Event.PushEncryptionKey.Update
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| encryptionKeyId | [string](#string) | | |
| encryptionKey | [string](#string) | | |
<a name="anytype-Event-Space"></a>
### Event.Space