aboutsummaryrefslogtreecommitdiff
path: root/lib/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/app.js')
-rw-r--r--lib/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/app.js b/lib/app.js
index 4abd666..297c170 100644
--- a/lib/app.js
+++ b/lib/app.js
@@ -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)