mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 04:23:35 +00:00
Update GlobalModule.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user