Skip to content

Commit 8fffe48

Browse files
Add emoji to redirection message
1 parent d8944d9 commit 8fffe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Reconciler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export default class extends Module {
604604

605605
private async reconcileRedirect(room: Room) {
606606
const alias = room.redirect && this.localToAlias(room.redirect);
607-
const body = alias ? { text: `This event takes place in ${alias}.` } : undefined;
607+
const body = alias ? { text: `↩️ This event takes place in ${alias}.` } : undefined;
608608
const redactReason = "Removed redirect";
609609

610610
const type = "org.seagl.patch.redirect";

0 commit comments

Comments
 (0)