aboutsummaryrefslogtreecommitdiff
path: root/lib.js
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-04-07 20:42:17 -0500
committerEv Bogue <ev@evbogue.com>2019-04-07 20:42:17 -0500
commit4c5371a0dcc910104d0204d3cc26286ff53bc074 (patch)
tree47f97e3b33160508c3344e4bd905d8d62c90323d /lib.js
parent51a490d2512ce7b7633397d7c1e29d2214c30a2c (diff)
transmit log to server on publish
Diffstat (limited to 'lib.js')
-rw-r--r--lib.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.js b/lib.js
index b5ddba2..ab6385f 100644
--- a/lib.js
+++ b/lib.js
@@ -96,6 +96,7 @@ function publish (content, keys) {
// update the log
updateLog(keys.publicKey, post)
+ requestFeed(keys.publicKey, 'ws://bogbook.com/')
var scroller = document.getElementById('scroller')
if (scroller.firstChild) {