mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-04 16:09:36 +00:00
fix credo warning
This commit is contained in:
parent
094e1ef048
commit
dfeb3aec44
1 changed files with 1 additions and 1 deletions
|
@ -10,9 +10,9 @@ defmodule Pleroma.Web.Streamer do
|
|||
alias Pleroma.Object
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
alias Pleroma.Web.ActivityPub.Visibility
|
||||
alias Pleroma.Web.MastodonAPI.NotificationView
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
|
||||
@keepalive_interval :timer.seconds(30)
|
||||
|
||||
|
|
Loading…
Reference in a new issue