summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-13 16:55:22 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-13 16:55:22 -0600
commit43f225e181ec370dfa7de1b2dc9f18d9eec31be8 (patch)
tree838ddb1ed88a82f95b4320d38236f8cc971a415d /lib
parent2ee849378a4de46769e1744dc8e6b296b3543d86 (diff)
downloadaggiedit-43f225e181ec370dfa7de1b2dc9f18d9eec31be8.tar.gz
aggiedit-43f225e181ec370dfa7de1b2dc9f18d9eec31be8.zip
Remove unnecessary todo now
Diffstat (limited to 'lib')
-rw-r--r--lib/aggiedit/accounts.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/aggiedit/accounts.ex b/lib/aggiedit/accounts.ex
index 70ac870..99bae59 100644
--- a/lib/aggiedit/accounts.ex
+++ b/lib/aggiedit/accounts.ex
@@ -149,7 +149,6 @@ defmodule Aggiedit.Accounts do
end
def set_user_room(user) do
- # TODO: Make posts by user in previous room inaccessible by user
with domain <- Aggiedit.Utils.get_email_domain(user.email),
{:ok, room} <- Rooms.create_or_find_room_with_domain(domain) do
user