Remote Timeline: add Streaming support

This commit is contained in:
Alex Gleason 2020-10-08 20:01:48 -05:00
commit 9c672ecbb5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
7 changed files with 51 additions and 1 deletions

View file

@ -49,6 +49,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
test "allows public streams without authentication" do
assert {:ok, _} = start_socket("?stream=public")
assert {:ok, _} = start_socket("?stream=public:local")
assert {:ok, _} = start_socket("?stream=public:remote&instance=lain.com")
assert {:ok, _} = start_socket("?stream=hashtag&tag=lain")
end