diff options
author | Alex Auvolat <alex@adnab.me> | 2018-10-12 11:10:17 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-10-12 11:10:17 +0200 |
commit | d15d5fbfc5133a9d0f0d99dbbfc023849f61cc37 (patch) | |
tree | daedfd26af6978301b2633a338a137a874876d1f /shard/lib/app/chat.ex | |
parent | 6dcc2eefc3c8db0cadd7300536527dbd1905fa48 (diff) | |
download | shard-d15d5fbfc5133a9d0f0d99dbbfc023849f61cc37.tar.gz shard-d15d5fbfc5133a9d0f0d99dbbfc023849f61cc37.zip |
Update TODO, refactor a bit
Diffstat (limited to 'shard/lib/app/chat.ex')
-rw-r--r-- | shard/lib/app/chat.ex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shard/lib/app/chat.ex b/shard/lib/app/chat.ex index 35ecdbf..ea210d8 100644 --- a/shard/lib/app/chat.ex +++ b/shard/lib/app/chat.ex @@ -108,12 +108,6 @@ defmodule SApp.Chat do end end - def find_proc(chan) do - manifest = %Manifest{channel: chan} - id = SData.term_hash manifest - Shard.Manager.find_proc id - end - @doc """ Implementation of the :manifest call that returns the chat room's manifest """ |