summaryrefslogtreecommitdiffstats
path: root/plugin/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/api.go')
-rw-r--r--plugin/api.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/api.go b/plugin/api.go
index a9040199e..fc64c627a 100644
--- a/plugin/api.go
+++ b/plugin/api.go
@@ -225,6 +225,11 @@ type API interface {
// Minimum server version: 5.6
GetPostsSince(channelId string, time int64) (*model.PostList, *model.AppError)
+ // GetPostsAfter gets a page of posts that were posted after the post provided.
+ //
+ // Minimum server version: 5.6
+ GetPostsAfter(channelId, postId string, page, perPage int) (*model.PostList, *model.AppError)
+
// GetPostsBefore gets a page of posts that were posted before the post provided.
//
// Minimum server version: 5.6