diff options
-rw-r--r-- | lib/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ function App(sbot, config) { codeInTextareas: conf.codeInTextareas, } - sbot.get = memo({cache: lru(100)}, sbot.get) this.about = new About(this, sbot.id) this.msgCache = lru(100) this.getMsg = memo({cache: this.msgCache}, getMsgWithValue, sbot) |