Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{{ room.title }}
{%- if room.invite %}
You've been invited, join at {{ room.link }}
{%- else %}
{%- for notif in room.notifs %}
{%- include 'notif.txt' with context %}
{%- endfor %}
{%- endif %}