Skip to content

Commit

Permalink
Don't run keyword replacer by default in translated broadcasts (#5739)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Roy <[email protected]>
  • Loading branch information
pop4959 and JRoy authored Mar 25, 2024
1 parent 8cfe680 commit 76a513a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ private int broadcastMessage(final IUser sender, final String permission, final

@Override
public void broadcastTl(final String tlKey, final Object... args) {
broadcastTl(null, null, true, tlKey, args);
broadcastTl(null, null, false, tlKey, args);
}

@Override
Expand Down

0 comments on commit 76a513a

Please sign in to comment.