We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb60f42 commit a7f47ceCopy full SHA for a7f47ce
src/Dialogs/Composer/Dialog.vala
@@ -669,7 +669,7 @@ public class Tuba.Dialogs.Composer.Dialog : Adw.Dialog {
669
{
670
source == null ? Utils.Htmlx.remove_tags (t_status.content) : source.text,
671
source == null ? t_status.spoiler_text : source.spoiler_text,
672
- null, null, null,
+ null, null, redraft ? t_status.in_reply_to_id : null,
673
t_status.poll,
674
t_status.media_attachments,
675
t_status.sensitive,
0 commit comments