We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0ad85 commit a547ca0Copy full SHA for a547ca0
ui/core/platforms/nodejs-ssb/ssb.js
@@ -152,7 +152,7 @@ class NodeJsSSB {
152
const filter = opts.filter
153
let selectedFilter
154
let friends = await friendship.friendsAsArray(sbot.id)
155
- friends.push(ssb.id) // so you don't filter yourself out.
+ friends.push(sbot.id) // so you don't filter yourself out.
156
157
switch (filter) {
158
case "Following":
0 commit comments