forked from Silverfish/proton-bridge
GODT-1657: Stable sync (still needs more tests)
This commit is contained in:
@ -22,3 +22,10 @@ type SyncFinished struct {
|
||||
|
||||
UserID string
|
||||
}
|
||||
|
||||
type SyncFailed struct {
|
||||
eventBase
|
||||
|
||||
UserID string
|
||||
Err error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user