mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-10 04:32:46 +01:00
Update GlobalModule.ts
This commit is contained in:
parent
f924b8715f
commit
675a72c1ba
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ const $meta: Provider = {
|
|||
switch (type) {
|
||||
case 'metaUpdated': {
|
||||
for (const key in body) {
|
||||
meta[key] = body[key];
|
||||
(meta as any)[key] = (body as any)[key];
|
||||
}
|
||||
meta.proxyAccount = null; // joinなカラムは通常取ってこないので
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue