mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-03 17:38:11 +02:00
sorted mutual follows list too in printProfile
This commit is contained in:
parent
f924ede1ad
commit
85515771d5
@ -2276,6 +2276,7 @@ class Store {
|
||||
stdout.write("* Of the $selfNumContacts people you follow, $numSecond follow $otherName.");
|
||||
} else {
|
||||
stdout.write("* Of the $selfNumContacts people you follow, $numSecond follow you back. Their names are: ");
|
||||
mutualFollows.sort();
|
||||
mutualFollows.forEach((name) { stdout.write("$name, ");});
|
||||
}
|
||||
print("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user