git ssb

10+

Matt McKegg / patchwork



Commit 907e87521ce87db66a62d443aa9c0d5bc4e4815e

whoops, fix unsubscribe summaries

Matt McKegg committed on 7/5/2018, 11:20:37 PM
Parent: d60e906f537d8ae4d8af9a33140501b23c66aa0e

Files changed

modules/feed/html/rollup.jschanged
modules/feed/html/rollup.jsView
@@ -713,11 +713,12 @@
713713 unblockedBy: [],
714714 unblocking: [],
715715 subscribedBy: [],
716716 subscribing: [],
717+ unsubscribedBy: [],
718+ unsubscribing: [],
717719 identifiedBy: [],
718- identifying: [],
719- profile: []
720+ identifying: []
720721 }
721722 }
722723
723724 function toggleValue () {

Built with git-ssb-web