diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-07 20:42:17 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-07 20:42:17 -0500 |
commit | 4c5371a0dcc910104d0204d3cc26286ff53bc074 (patch) | |
tree | 47f97e3b33160508c3344e4bd905d8d62c90323d /lib.js | |
parent | 51a490d2512ce7b7633397d7c1e29d2214c30a2c (diff) |
transmit log to server on publish
Diffstat (limited to 'lib.js')
-rw-r--r-- | lib.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |