9d5bcc3c60
This commit introduces a new `clock` field in the `communities_settings` table so that it can be leveraged for syncing community settings across devices. It alsoe exends existing `syncCommunity` APIs to generate `SyncCommunitySettings` as well, avoiding sending additional sync messages for community settings. When editing communities however, we still sync community settings explicitly are we aren't syncing the community itself in that case. |
||
---|---|---|
.. | ||
README.md | ||
clock.go | ||
clock_test.go | ||
decoder.go | ||
encoder.go | ||
membership_update_message.go | ||
membership_update_message_test.go | ||
message.go | ||
message_test.go | ||
pair_message.go | ||
status_message.go |
README.md
v1 protocol package folder
This folder contains only data types mentioned in the specification and required for its implementation.