mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
WebSockets endpoints? #255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rcdailey on GitHub (Mar 11, 2019).
Using this guide: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-WebSocket-notifications
It is stated that the following endpoints must be considered:
/notifications/hub/notifications/hub/negotiateHowever, while I do not remember where I got it, I also am mapping
/api/websocket. Is this a valid endpoint in the latest version? Or is this incorrect / outdated?@dani-garcia commented on GitHub (Mar 12, 2019):
I don't think we ever had that endpoint, no. Just the two that you list first. They are also the same that the official server uses, so I don't know where that one could have come from. You should be able to delete it without problems.
@rcdailey commented on GitHub (Mar 12, 2019):
Thank you!