Skip to content

Commit

Permalink
Don't reset formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Apr 7, 2021
1 parent 54845e8 commit 0494cba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bridge/MatrixHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1212,9 +1212,8 @@ export class MatrixHandler {
);
}

const RESET_CODE = '\u000f';
return {
formatted: `<${rplName}${rplSource}${RESET_CODE}> ${rplText}`,
formatted: `<${rplName}${rplSource}> ${rplText}`,
reply: rplText,
};
}
Expand Down

0 comments on commit 0494cba

Please sign in to comment.