mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
78ff64dfc1
commit
17d95ea5f8
2
inbox.py
2
inbox.py
|
@ -2047,6 +2047,8 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int,
|
|||
nickname = handle.split('@')[0]
|
||||
if validPostContent(baseDir, nickname, domain,
|
||||
postJsonObject, maxMentions, maxEmoji):
|
||||
|
||||
# check for incoming git patches
|
||||
if isinstance(messageJson['object'], dict):
|
||||
if messageJson['object'].get('content') and \
|
||||
messageJson['object'].get('summary'):
|
||||
|
|
Loading…
Reference in New Issue