This commit is contained in:
syuilo 2018-04-17 16:22:10 +09:00
parent d852cc2789
commit 6fa3cbcd64

View file

@ -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] == '!';