Skip to content

Commit

Permalink
fix(notifications): make reply language consistent with status being …
Browse files Browse the repository at this point in the history
…replied to
  • Loading branch information
LucasGGamerM committed Sep 17, 2023
1 parent f8193ee commit 0507e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private void handleReplyAction(Context context, String accountID, Intent intent,

CreateStatus.Request req=new CreateStatus.Request();
req.status = initialText + input.toString();
req.language = preferences.postingDefaultLanguage;
req.language = notification.status.language;
req.visibility = notification.status.visibility;
req.inReplyToId = notification.status.id;

Expand Down

0 comments on commit 0507e5e

Please sign in to comment.