mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 08:31:36 +00:00
Use url() instead of static_url in Endpoint.websocket_url()
This commit is contained in:
parent
d747bd9870
commit
a184811a60
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ defmodule Pleroma.Web.Endpoint do
|
|||
end
|
||||
|
||||
def websocket_url do
|
||||
String.replace_leading(static_url(), "http", "ws")
|
||||
String.replace_leading(url(), "http", "ws")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue