Skip to content

Commit 64bd00b

Browse files
committed
Clarify connection status indicators in FAQ
1 parent de08ede commit 64bd00b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

FAQ.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ There are 3 circles on the contact item, see
1818
* the circle around avatar (`1`) tells the connection type, like
1919
* <span style="background-color: green; color: white">green</span> -> friend is online via UDP
2020
* <span style="background-color: yellow; color: black">yellow</span> -> friend is online via TCP
21-
* <span style="background-color: gray; color: white">gray</span> -> friend is offline
22-
* the medium circle (`2`) tells the conncetion status, like
21+
* <span style="background-color: gray; color: white">grey</span> -> friend is offline
22+
* the medium circle (`2`) inner circle tells the connection status, like
2323
* <span style="background-color: green; color: white">green</span> -> friend has toxproxy (for offline messages) and proxy is online
2424
* <span style="background-color: yellow; color: black">yellow</span> -> friend has PUSH notification feature
2525
* <span style="background-color: red; color: white">red</span> -> friend has toxproxy (for offline messages) but it is offline
26+
* the medium circle (`2`) outer circle tells the connection status, like
27+
* <span style="background-color: green; color: white">green</span> -> friend is online
28+
* <span style="background-color: red; color: white">red</span> -> friend is offline
2629
* the smallest circle (`3`) tells the contact/user status, like
2730
* <span style="background-color: green; color: white">green</span> -> friend set status to "I'm available"
2831
* <span style="background-color: yellow; color: black">yellow</span> -> friend set status to "I'm away"

0 commit comments

Comments
 (0)