From add467259f18fa250d3989cb76a0d6dac755ff6a Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 24 Apr 2022 00:41:34 +0200 Subject: [PATCH] added mentions and notifications --- views/posts.html | 80 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 63 insertions(+), 17 deletions(-) diff --git a/views/posts.html b/views/posts.html index 7d60cf4..df0292b 100644 --- a/views/posts.html +++ b/views/posts.html @@ -50,26 +50,39 @@ const unescape = un => replace.call(un, es, cape);