mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
feat: reject messages which are too large
This commit is contained in:
@ -33,4 +33,5 @@ type storeUserProvider interface {
|
||||
attachedPublicKeyName string,
|
||||
parentID string) (*pmapi.Message, []*pmapi.Attachment, error)
|
||||
SendMessage(messageID string, req *pmapi.SendMessageReq) error
|
||||
GetMaxUpload() (int64, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user