forked from Silverfish/proton-bridge
GODT-1657: More stable sync, with some tests
This commit is contained in:
@ -2,6 +2,12 @@ package events
|
||||
|
||||
import "github.com/ProtonMail/proton-bridge/v2/internal/vault"
|
||||
|
||||
type UserLoaded struct {
|
||||
eventBase
|
||||
|
||||
UserID string
|
||||
}
|
||||
|
||||
type UserLoggedIn struct {
|
||||
eventBase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user