summaryrefslogtreecommitdiff
path: root/lib/web/context_plug.ex
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-12-20 02:52:54 +0000
committerJordan Bracco <href@random.sh>2022-12-20 19:29:41 +0100
commitf388033b75789d25a833d29a2759c0a741a61c51 (patch)
tree348749e10220b1af4197303d84203e77515bb8bb /lib/web/context_plug.ex
parentSlight README update, refs T77 (diff)
Rename IRC.Membership to Nola.Membership, refs T77
Diffstat (limited to '')
-rw-r--r--lib/web/context_plug.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/context_plug.ex b/lib/web/context_plug.ex
index 7289763..fcdf42f 100644
--- a/lib/web/context_plug.ex
+++ b/lib/web/context_plug.ex
@@ -36,7 +36,7 @@ defmodule NolaWeb.ContextPlug do
chan_conn = IRC.Connection.get_network(network, chan)
memberships = if account do
- IRC.Membership.of_account(account)
+ Nola.Membership.of_account(account)
end
auth_required = cond do