feat(client): Reimplement Misskey Rooms
This commit is contained in:
@@ -56,6 +56,8 @@ export const defaultDeviceSettings = {
|
||||
imageNewTab: false,
|
||||
showFixedPostForm: false,
|
||||
disablePagesScript: true,
|
||||
roomGraphicsQuality: 'medium',
|
||||
roomUseOrthographicCamera: true,
|
||||
sfxVolume: 0.3,
|
||||
sfxNote: 'syuilo/down',
|
||||
sfxNoteMy: 'syuilo/up',
|
||||
@@ -187,6 +189,12 @@ export default () => new Vuex.Store({
|
||||
icon: faTerminal,
|
||||
to: '/scratchpad',
|
||||
},
|
||||
rooms: {
|
||||
title: 'rooms',
|
||||
icon: faDoorClosed,
|
||||
get show() { return getters.isSignedIn; },
|
||||
get to() { return `/@${state.i.username}/room`; },
|
||||
},
|
||||
}),
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user