From 72906c6bb473ea605235c84b6d01c318f7b6cef8 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 5 Nov 2018 15:03:31 +0100 Subject: File shard quite complete (but not perfect) --- shard/lib/app/chat.ex | 3 --- 1 file changed, 3 deletions(-) (limited to 'shard/lib/app/chat.ex') diff --git a/shard/lib/app/chat.ex b/shard/lib/app/chat.ex index 405210b..2795153 100644 --- a/shard/lib/app/chat.ex +++ b/shard/lib/app/chat.ex @@ -226,9 +226,6 @@ defmodule SApp.Chat do {:noreply, state} else state = case msg do - {:get_manifest} -> - SNet.Manager.send_pid(conn_pid, {state.id, nil, {:manifest, state.manifest}}) - state {:append, prev_root, msgitem, new_root} -> # Append message: one single mesage has arrived if new_root == state.mst.root do -- cgit v1.2.3