diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-19 14:10:07 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-19 20:24:24 -0400 |
commit | f459c1260b43396fb7173e97e29ccef441a615ec (patch) | |
tree | 14b7c84aab950ee493d183637a105bbb33d40f90 /lib/pleroma | |
parent | 3522852c6196cafa63804240f52dd593e09ba694 (diff) | |
download | pleroma-f459c1260b43396fb7173e97e29ccef441a615ec.tar.gz |
Lint
Diffstat (limited to 'lib/pleroma')
-rw-r--r-- | lib/pleroma/web/mastodon_api/websocket_handler.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/websocket_handler.ex b/lib/pleroma/web/mastodon_api/websocket_handler.ex index ffbc2c4de..930e9eb29 100644 --- a/lib/pleroma/web/mastodon_api/websocket_handler.ex +++ b/lib/pleroma/web/mastodon_api/websocket_handler.ex @@ -32,7 +32,8 @@ defmodule Pleroma.Web.MastodonAPI.WebsocketHandler do req end - {:cowboy_websocket, req, %{user: user, topic: topic, oauth_token: oauth_token, count: 0, timer: nil}, + {:cowboy_websocket, req, + %{user: user, topic: topic, oauth_token: oauth_token, count: 0, timer: nil}, %{idle_timeout: @timeout}} else {:error, :bad_topic} -> |