1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00

[enh] support: suggest dev chat room.

This commit is contained in:
Moul 2016-06-07 22:54:37 +02:00
parent c042303787
commit bff9041481
2 changed files with 6 additions and 4 deletions

View file

@ -43,7 +43,8 @@ The YunoHost support is provided by the community members.
animate: false, animate: false,
}, },
groupchat: { groupchat: {
open: ['support@conference.yunohost.org'] open: ['support@conference.yunohost.org'],
suggest: ['dev@conference.yunohost.org']
} }
}, },
}); });

View file

@ -42,7 +42,8 @@ Lentraide autour de YunoHost est assurée par la communauté.
animate: false, animate: false,
}, },
groupchat: { groupchat: {
open: ['support@conference.yunohost.org'] open: ['support@conference.yunohost.org'],
suggest: ['dev@conference.yunohost.org']
} }
}, },
}); });