forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
d852cc2789
commit
6fa3cbcd64
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default class Replacer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public replacement(ctx, match, key) {
|
public replacement(ctx, match, key) {
|
||||||
const client = 'misskey/src/client/app/';
|
const client = '/src/client/app/';
|
||||||
let name = null;
|
let name = null;
|
||||||
|
|
||||||
const shouldEscape = key[0] == '!';
|
const shouldEscape = key[0] == '!';
|
||||||
|
|
Loading…
Reference in a new issue