Skip to content

Commit 2729345

Browse files
committed
Dont box |raw| html
1 parent 2426b77 commit 2729345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ export class Client {
917917
roomID,
918918
newMessage({
919919
user: '',
920-
type: 'boxedHTML',
920+
type: 'rawHTML',
921921
content: args[1],
922922
}),
923923
);
@@ -1034,7 +1034,7 @@ export class Client {
10341034
const cmd = content.split(' ')[0];
10351035
switch (cmd) {
10361036
case '/raw':
1037-
type = 'boxedHTML';
1037+
type = 'rawHTML';
10381038
content = content.slice(5);
10391039
break;
10401040
case '/uhtmlchange': {

0 commit comments

Comments
 (0)