dgets / DOCshell

Damo's version of the DOC (Citadel-esque) shell, in JavaScript, for use with Synchronet 3.14+ systems
https://www.pivotaltracker.com/n/projects/1206002
4 stars 1 forks source link

msg_base.openNewMBase() is not properly utilized #171

Closed dgets closed 9 years ago

dgets commented 9 years ago

There are large areas of the code where opening the message base is duplicated, repeatedly. An attempt should be made to go through dmbase.js, and replace all instances of individually opened message bases with msg_base.openNewMBase(), in order to avoid redundancy, as well as to make sure that this is all handled correctly each time.