WIP sync thread implementation
This commit is contained in:
@@ -12,4 +12,6 @@ pub enum BroadcastMessage {
|
||||
APITokenDeleted(APIToken),
|
||||
/// Request a Matrix sync thread to be interrupted
|
||||
StopSyncThread(MatrixSyncTaskID),
|
||||
/// Matrix sync thread has been interrupted
|
||||
SyncThreadStopped(MatrixSyncTaskID),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user