Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckegg committed Dec 14, 2018
1 parent efe5548 commit 9ef57e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-window.js
Expand Up @@ -50,7 +50,7 @@ module.exports = function (config) {
var id = api.keys.sync.id() var id = api.keys.sync.id()
var latestUpdate = LatestUpdate() var latestUpdate = LatestUpdate()
var subscribedChannels = api.channel.obs.subscribed(id) var subscribedChannels = api.channel.obs.subscribed(id)
var includeParticipating = api.settings.obs.get('patchwork.includeParticipating', true) var includeParticipating = api.settings.obs.get('patchwork.includeParticipating', false)


// prompt to setup profile on first use // prompt to setup profile on first use
onceTrue(api.sbot.obs.connection, (sbot) => { onceTrue(api.sbot.obs.connection, (sbot) => {
Expand Down

0 comments on commit 9ef57e7

Please sign in to comment.