mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 16:31:52 +01:00
Fix erroneous parameter doc in MessageController#sendMessage
This commit is contained in:
@@ -250,7 +250,7 @@ public class MessageController {
|
||||
|
||||
@HeaderParam(HttpHeaders.USER_AGENT) final String userAgent,
|
||||
|
||||
@Parameter(description="If true, deliver the message only to recipients that are online when it is sent")
|
||||
@Parameter(description="The recipient’s account or phone-number identifier")
|
||||
@PathParam("destination") final ServiceIdentifier destinationIdentifier,
|
||||
|
||||
@Parameter(description="If true, the message is a story; access tokens are not checked and sending to nonexistent recipients is permitted")
|
||||
|
||||
Reference in New Issue
Block a user