mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
committed by
Hanzei
parent
76e00b406e
commit
9fa1622fc3
@@ -240,7 +240,7 @@ type PostStore interface {
|
||||
GetMaxPostSize() int
|
||||
GetParentsForExportAfter(limit int, afterId string) StoreChannel
|
||||
GetRepliesForExport(parentId string) StoreChannel
|
||||
GetDirectPostParentsForExportAfter(limit int, afterId string) StoreChannel
|
||||
GetDirectPostParentsForExportAfter(limit int, afterId string) ([]*model.DirectPostForExport, *model.AppError)
|
||||
}
|
||||
|
||||
type UserStore interface {
|
||||
|
||||
Reference in New Issue
Block a user