Mastodon: Add attachments and reply settings to post when recovering from an error. Closes #527, #526, #377, #137, #108

This commit is contained in:
2023-04-03 16:03:20 -06:00
parent 52267562bc
commit 5f07f3b9d0
4 changed files with 6 additions and 3 deletions

View File

@@ -1073,7 +1073,7 @@ class Controller(object):
def mastodon_error_post(self, name, reply_to, visibility, posts):
home = self.search_buffer("home_timeline", name)
if home != None:
wx.CallAfter(home.post_from_error, visibility=visibility, data=posts)
wx.CallAfter(home.post_from_error, visibility=visibility, reply_to=reply_to, data=posts)
def report_error(self, *args, **kwargs):
"""Redirects the user to the issue page on github"""