mirror of
https://github.com/signalapp/Signal-Server
synced 2026-02-15 05:48:19 +00:00
Fix incorrect comment in account.proto
This commit is contained in:
committed by
ravi-signal
parent
0ab471f7dd
commit
ea80077c25
@@ -68,8 +68,6 @@ service AccountsAnonymous {
|
||||
rpc LookupUsernameHash(LookupUsernameHashRequest) returns (LookupUsernameHashResponse) {}
|
||||
|
||||
// Finds the encrypted username identified by a given username link handle.
|
||||
// This method will return a `NOT_FOUND` status if no username was found for
|
||||
// the given link handle.
|
||||
rpc LookupUsernameLink(LookupUsernameLinkRequest) returns (LookupUsernameLinkResponse) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user