git ssb

1+

Daan Patchwork / patchwork



Commit 9b514132e92bd744e5003fc4f189a46ed5cdbf7e

Don't use deleted lib anymore

Daan Wynen committed on 3/6/2021, 10:11:18 PM
Parent: a2698c2e06c200ae7ec6b2bd99c2801133c8c99a

Files changed

lib/main-window.jschanged
lib/main-window.jsView
@@ -9,9 +9,8 @@
99 const themes = require('../styles')
1010 const nest = require('depnest')
1111 const LatestUpdate = require('./latest-update')
1212 const ref = require('ssb-ref')
13-const setupContextMenuAndSpellCheck = require('./context-menu-and-spellcheck')
1413 const watch = require('mutant/watch')
1514 const requireStyle = require('require-style')
1615 const ssbUri = require('ssb-uri')
1716 const pull = require('pull-stream')
@@ -54,9 +53,8 @@
5453
5554 const i18n = api.intl.sync.i18n
5655 const language = api.settings.obs.get('patchwork.lang', '')()
5756 moment.locale(language)
58- setupContextMenuAndSpellCheck(api.config.sync.load(), { navigate, getMessageText, language })
5957
6058 const id = api.keys.sync.id()
6159 const latestUpdate = LatestUpdate()
6260 const subscribedChannels = api.channel.obs.subscribed(id)

Built with git-ssb-web