mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Fix bug
This commit is contained in:
parent
c2207d78ff
commit
0f43711e14
@ -54,7 +54,7 @@ export default class Replacer {
|
||||
}
|
||||
|
||||
public replacement(ctx, match, key) {
|
||||
const client = 'misskey/src/client/app/';
|
||||
const client = '/src/client/app/';
|
||||
let name = null;
|
||||
|
||||
const shouldEscape = key[0] == '!';
|
||||
|
Loading…
Reference in New Issue
Block a user