GODT-1657: Stable sync (still needs more tests)

This commit is contained in:
James Houlahan
2022-10-01 23:14:42 +02:00
parent 705875cff2
commit 9d69a2e565
34 changed files with 1270 additions and 1099 deletions

View File

@ -1,9 +0,0 @@
package events
type MessageSent struct {
eventBase
UserID string
AddressID string
MessageID string
}

View File

@ -22,3 +22,10 @@ type SyncFinished struct {
UserID string
}
type SyncFailed struct {
eventBase
UserID string
Err error
}