Attachments limits; working visitor limit
This commit is contained in:
@@ -20,4 +20,5 @@ type cache interface {
|
||||
Topics() (map[string]*topic, error)
|
||||
Prune(olderThan time.Time) error
|
||||
MarkPublished(m *message) error
|
||||
AttachmentsSize(owner string) (int64, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user