mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
2361301203
commit
33458499bb
2
inbox.py
2
inbox.py
|
@ -2052,7 +2052,7 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
messageJson['object']['content']):
|
messageJson['object']['content']):
|
||||||
gitPatchNotify(baseDir, handle,
|
gitPatchNotify(baseDir, handle,
|
||||||
messageJson['object']['summary'],
|
messageJson['object']['summary'],
|
||||||
messageJson['object']['content']):
|
messageJson['object']['content'])
|
||||||
|
|
||||||
# replace YouTube links, so they get less tracking data
|
# replace YouTube links, so they get less tracking data
|
||||||
replaceYouTube(postJsonObject)
|
replaceYouTube(postJsonObject)
|
||||||
|
|
Loading…
Reference in New Issue