mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
GODT-1657: Stable sync (still needs more tests)
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
package events
|
||||
|
||||
type MessageSent struct {
|
||||
eventBase
|
||||
|
||||
UserID string
|
||||
AddressID string
|
||||
MessageID string
|
||||
}
|
||||
@ -22,3 +22,10 @@ type SyncFinished struct {
|
||||
|
||||
UserID string
|
||||
}
|
||||
|
||||
type SyncFailed struct {
|
||||
eventBase
|
||||
|
||||
UserID string
|
||||
Err error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user