diff --git a/priv/templates/http/chats.eex b/priv/templates/http/chats.eex index 7feb788..c37fc9d 100644 --- a/priv/templates/http/chats.eex +++ b/priv/templates/http/chats.eex @@ -2,7 +2,7 @@
- <%= for chat when chat.num_messages > 5 <- chats do %> + <%= for chat when chat.num_messages > 10 and length(chat.accounts) > 1 <- chats do %>