forked from indymedia/epicyon
Indent
parent
61ff46ad1c
commit
a6a715df63
2
inbox.py
2
inbox.py
|
@ -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 +
|
||||||
|
|
Loading…
Reference in New Issue