Refactor to avoid some (mostly hypothetical) races
Tidy up added code to reduce duplicity of X and X_internals.
This commit is contained in:
parent
2b11463567
commit
3853009d92
13 changed files with 715 additions and 765 deletions
|
@ -970,16 +970,10 @@ message UpdateChannels {
|
|||
repeated Channel channel_invitations = 5;
|
||||
repeated uint64 remove_channel_invitations = 6;
|
||||
repeated ChannelParticipants channel_participants = 7;
|
||||
//repeated ChannelRoles channel_roles = 8;
|
||||
repeated UnseenChannelMessage unseen_channel_messages = 9;
|
||||
repeated UnseenChannelBufferChange unseen_channel_buffer_changes = 10;
|
||||
}
|
||||
|
||||
//message ChannelRoles {
|
||||
// ChannelRole role = 1;
|
||||
// uint64 channel_id = 2;
|
||||
//}
|
||||
|
||||
message UnseenChannelMessage {
|
||||
uint64 channel_id = 1;
|
||||
uint64 message_id = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue