Dont include self in suggested follows
This commit is contained in:
@@ -88,6 +88,9 @@ export class SuggestedActorsViewModel {
|
||||
this.suggestions.length = 0
|
||||
let counter = 0
|
||||
for (const item of res.data.actors) {
|
||||
if (item.did === this.rootStore.me.did) {
|
||||
continue // skip self
|
||||
}
|
||||
this._append({
|
||||
_reactKey: `item-${counter++}`,
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user