mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
originName -> originLine
This commit is contained in:
parent
434fcdb652
commit
b5a4fadb92
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ function getQuotePrefix(name) {
|
||||||
// http://ftsc.org/docs/fts-0004.001
|
// http://ftsc.org/docs/fts-0004.001
|
||||||
//
|
//
|
||||||
function getOrigin(address) {
|
function getOrigin(address) {
|
||||||
const origin = _.has(Config.messageNetworks.originName) ?
|
const origin = _.has(Config, 'messageNetworks.originLine') ?
|
||||||
Config.messageNetworks.originName :
|
Config.messageNetworks.originLine :
|
||||||
Config.general.boardName;
|
Config.general.boardName;
|
||||||
|
|
||||||
const addrStr = new Address(address).toString('5D');
|
const addrStr = new Address(address).toString('5D');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue