Expire attachments properly
This commit is contained in:
@@ -21,4 +21,5 @@ type cache interface {
|
||||
Prune(olderThan time.Time) error
|
||||
MarkPublished(m *message) error
|
||||
AttachmentsSize(owner string) (int64, error)
|
||||
AttachmentsExpired() ([]string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user