diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 16:55:22 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 16:55:22 -0600 |
commit | 43f225e181ec370dfa7de1b2dc9f18d9eec31be8 (patch) | |
tree | 838ddb1ed88a82f95b4320d38236f8cc971a415d /lib | |
parent | 2ee849378a4de46769e1744dc8e6b296b3543d86 (diff) | |
download | aggiedit-43f225e181ec370dfa7de1b2dc9f18d9eec31be8.tar.gz aggiedit-43f225e181ec370dfa7de1b2dc9f18d9eec31be8.zip |
Remove unnecessary todo now
Diffstat (limited to 'lib')
-rw-r--r-- | lib/aggiedit/accounts.ex | 1 |
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 |