mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
* Fix hard line feeds @ FTN import/export
* Retain Origin and tear lines in imported messages
This commit is contained in:
parent
0a0468bb12
commit
4e21901be7
4 changed files with 32 additions and 21 deletions
|
@ -69,6 +69,8 @@ function getSortedAvailMessageConferences(client, options) {
|
|||
// Return an *object* of available areas within |confTag|
|
||||
function getAvailableMessageAreasByConfTag(confTag, options) {
|
||||
options = options || {};
|
||||
|
||||
// :TODO: confTag === "" then find default
|
||||
|
||||
if(_.has(Config.messageConferences, [ confTag, 'areas' ])) {
|
||||
const areas = Config.messageConferences[confTag].areas;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue