mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix comments
This commit is contained in:
parent
8859aa56a4
commit
88e2091804
@ -93,35 +93,17 @@ export default {
|
|||||||
CANCEL_SELECT_MESSAGE: 'Annuler Sélection',
|
CANCEL_SELECT_MESSAGE: 'Annuler Sélection',
|
||||||
},
|
},
|
||||||
roomActions: [
|
roomActions: [
|
||||||
/* {
|
/*
|
||||||
|
{
|
||||||
name: 'archiveRoom',
|
name: 'archiveRoom',
|
||||||
title: 'Archive Room',
|
title: 'Archive Room',
|
||||||
}, */
|
|
||||||
// { name: 'inviteUser', title: 'Invite User' },
|
|
||||||
// { name: 'removeUser', title: 'Remove User' },
|
|
||||||
// { name: 'deleteRoom', title: 'Delete Room' },
|
|
||||||
],
|
|
||||||
rooms: [
|
|
||||||
/* {
|
|
||||||
roomId: '1',
|
|
||||||
roomName: 'John Snow',
|
|
||||||
avatar: 'https://66.media.tumblr.com/avatar_c6a8eae4303e_512.pnj',
|
|
||||||
users: [
|
|
||||||
{ _id: '1234', username: 'John Doe' },
|
|
||||||
{ _id: '4321', username: 'John Snow' },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{ name: 'inviteUser', title: 'Invite User' },
|
||||||
roomId: '2',
|
{ name: 'removeUser', title: 'Remove User' },
|
||||||
roomName: 'Max J. Mustermann',
|
{ name: 'deleteRoom', title: 'Delete Room' },
|
||||||
avatar:
|
*/
|
||||||
'https://64.media.tumblr.com/8889b6e26370f4e3837584c1c59721a6/f4f76ed6b0249d08-4b/s1280x1920/810e9e5fa724366d26c10c0fa22ba97dad8778d1.pnj',
|
|
||||||
users: [
|
|
||||||
{ _id: '1234', username: 'Johnx Doe' },
|
|
||||||
{ _id: '43210', username: 'Max J. Mustermann' },
|
|
||||||
],
|
|
||||||
}, */
|
|
||||||
],
|
],
|
||||||
|
rooms: [],
|
||||||
messages: [],
|
messages: [],
|
||||||
messagesLoaded: true,
|
messagesLoaded: true,
|
||||||
showDemoOptions: true,
|
showDemoOptions: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user