This commit is contained in:
parent
ed7a0688c3
commit
b6020b99c6
@ -42,5 +42,5 @@ pub enum BroadcastMessage {
|
|||||||
/// Stop a client with a given client ID
|
/// Stop a client with a given client ID
|
||||||
StopSyncClient(SyncClientID),
|
StopSyncClient(SyncClientID),
|
||||||
/// Propagate a new sync event
|
/// Propagate a new sync event
|
||||||
SyncEvent(UserID, SyncEvent),
|
SyncEvent(UserID, Box<SyncEvent>),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user