mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 19:48:23 +02:00
* Fix FTN packet created date/time & moment stuff
This commit is contained in:
parent
1417b7efdd
commit
ae20dc1f7c
2 changed files with 34 additions and 26 deletions
|
@ -212,11 +212,9 @@ function FTNMessageScanTossModule() {
|
|||
// When exporting messages, we should create/update SEEN-BY
|
||||
// with remote address(s) we are exporting to.
|
||||
//
|
||||
const seenByAdditions = [ options.network.localAddress ].concat(Config.messageNetworks.ftn.areas[message.areaTag].uplinks);
|
||||
message.meta.FtnProperty.ftn_seen_by =
|
||||
ftnUtil.getUpdatedSeenByEntries(
|
||||
message.meta.FtnProperty.ftn_seen_by,
|
||||
Config.messageNetworks.ftn.areas[message.areaTag].uplinks
|
||||
);
|
||||
ftnUtil.getUpdatedSeenByEntries(message.meta.FtnProperty.ftn_seen_by, seenByAdditions);
|
||||
|
||||
//
|
||||
// And create/update PATH for ourself
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue