Skip to content

Commit a7f47ce

Browse files
authored
fix(composer): redraft reply id (#1597)
1 parent bb60f42 commit a7f47ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialogs/Composer/Dialog.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ public class Tuba.Dialogs.Composer.Dialog : Adw.Dialog {
669669
{
670670
source == null ? Utils.Htmlx.remove_tags (t_status.content) : source.text,
671671
source == null ? t_status.spoiler_text : source.spoiler_text,
672-
null, null, null,
672+
null, null, redraft ? t_status.in_reply_to_id : null,
673673
t_status.poll,
674674
t_status.media_attachments,
675675
t_status.sensitive,

0 commit comments

Comments
 (0)