From 1869254d09e6835a03d77ff0d7e68f5566f19913 Mon Sep 17 00:00:00 2001 From: pichalite Date: Fri, 15 Apr 2016 17:45:36 +0000 Subject: [PATCH] mark room unread on new message --- templates/chats.tpl | 20 +------------------- templates/partials/chat_recent_room.tpl | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 templates/partials/chat_recent_room.tpl diff --git a/templates/chats.tpl b/templates/chats.tpl index a655d31..5623b0a 100644 --- a/templates/chats.tpl +++ b/templates/chats.tpl @@ -11,25 +11,7 @@ diff --git a/templates/partials/chat_recent_room.tpl b/templates/partials/chat_recent_room.tpl new file mode 100644 index 0000000..ae15d50 --- /dev/null +++ b/templates/partials/chat_recent_room.tpl @@ -0,0 +1,19 @@ +
  • + + +
    + + + +
    {rooms.lastUser.icon:text}
    + + + {rooms.usernames} +
    + + [[modules:chat.no-users-in-room]] + + + {rooms.teaser.content} + +
  • \ No newline at end of file