From dc8e268dd81aab477bba4214fedd7c1918a1c277 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 16 Jan 2022 03:48:48 +0200 Subject: [PATCH] bbb --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index f9f0915ca..8da62af62 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -466,7 +466,7 @@ def api_comment(v): g.db.add(n) if parent.author.id != v.id: - if len(message) > 100: notifbody = c.body[:100] + '...' + if len(c.body) > 100: notifbody = c.body[:100] + '...' else: notifbody = c.body beams_client.publish_to_interests(