mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +02:00
Minor fix
This commit is contained in:
parent
bbd70f2fea
commit
e7109b0f0c
1 changed files with 1 additions and 1 deletions
|
@ -1959,7 +1959,7 @@ function FTNMessageScanTossModule() {
|
|||
this.isNetMailMessage = function(message) {
|
||||
return message.isPrivate() &&
|
||||
null === _.get(message.meta, 'System.LocalToUserID', null) &&
|
||||
null !== _.get(message.meta, 'FtnProperty.ftn_dest_network')
|
||||
null !== _.get(message.meta, 'FtnProperty.ftn_dest_network', null)
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue