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:
parent
c042303787
commit
bff9041481
2 changed files with 6 additions and 4 deletions
|
@ -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']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -42,7 +42,8 @@ L’entraide 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']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue