commit b2666f8
Hubert Hirtz
·
2021-09-13 13:23:44 +0000 UTC
parent a3e89db
Sort typing indicators
1 files changed,
+1,
-0
+1,
-0
1@@ -241,6 +241,7 @@ func (s *Session) Typings(target string) []string {
2 res[i] = u.Name.Name
3 }
4 }
5+ sort.Strings(res)
6 return res
7 }
8