diff options
author | lain <lain@soykaf.club> | 2018-02-12 10:24:15 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-12 10:24:15 +0100 |
commit | b331cb449a46bbead19fea4fba59762c1a2e3a10 (patch) | |
tree | 5ce081e6f6b6b6305ec8a280adb53a64fd08a941 /test/web/ostatus/feed_representer_test.exs | |
parent | 8cf97ee8e15a36cbbf0964d5be53c88d29798163 (diff) | |
parent | 1bc34de4dfef5336d0dc165495ac66de2ffef2c6 (diff) | |
download | pleroma-b331cb449a46bbead19fea4fba59762c1a2e3a10.tar.gz pleroma-b331cb449a46bbead19fea4fba59762c1a2e3a10.zip |
Merge branch 'develop' into feature/activitypub
Diffstat (limited to 'test/web/ostatus/feed_representer_test.exs')
-rw-r--r-- | test/web/ostatus/feed_representer_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/ostatus/feed_representer_test.exs b/test/web/ostatus/feed_representer_test.exs index e10936366..5b8eabcb9 100644 --- a/test/web/ostatus/feed_representer_test.exs +++ b/test/web/ostatus/feed_representer_test.exs @@ -33,6 +33,7 @@ defmodule Pleroma.Web.OStatus.FeedRepresenterTest do <author> #{user_xml} </author> + <link rel="next" href="#{OStatus.feed_path(user)}?max_id=#{note_activity.id}" type="application/atom+xml" /> <entry> #{entry_xml} </entry> |