More warning fixes.
This commit is contained in:
parent
a9baf955fa
commit
ffe028cd73
6 changed files with 15 additions and 7 deletions
|
|
@ -3,6 +3,10 @@ defmodule Pleroma.Web.Streamer do
|
|||
require Logger
|
||||
alias Pleroma.{User, Notification}
|
||||
|
||||
def init(args) do
|
||||
{:ok, args}
|
||||
end
|
||||
|
||||
def start_link do
|
||||
spawn(fn ->
|
||||
# 30 seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue