mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 01:55:36 +02:00
[Client] Follow api changes and some cleanups
This commit is contained in:
@@ -38,8 +38,7 @@ export default () => {
|
||||
});
|
||||
|
||||
const data = {
|
||||
cache: true,
|
||||
home: homeData
|
||||
home: JSON.stringify(homeData)
|
||||
};
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user