mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
Documentation on Message Conferences & Areas
This commit is contained in:
parent
0b23f0aa3b
commit
91279464f7
3 changed files with 59 additions and 2 deletions
|
@ -52,7 +52,7 @@ function getAvailableMessageConferences(client, options) {
|
|||
}
|
||||
|
||||
function getSortedAvailMessageConferences(client, options) {
|
||||
var sorted = _.map(getAvailableMessageConferences(client, options), (v, k) => {
|
||||
const sorted = _.map(getAvailableMessageConferences(client, options), (v, k) => {
|
||||
return {
|
||||
confTag : k,
|
||||
conf : v,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue