merge-requests/8/head
Bob Mottram 2020-09-03 10:01:27 +01:00
parent 61ff46ad1c
commit a6a715df63
1 changed files with 1 additions and 1 deletions

View File

@ -2369,7 +2369,7 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int,
if inReplyTo: if inReplyTo:
if isinstance(inReplyTo, str): if isinstance(inReplyTo, str):
if not isMuted(baseDir, nickname, domain, if not isMuted(baseDir, nickname, domain,
inReplyTo): inReplyTo):
replyNotify(baseDir, handle, replyNotify(baseDir, handle,
httpPrefix + '://' + domain + httpPrefix + '://' + domain +
'/users/' + nickname + '/users/' + nickname +