chore(pusher-web): initial implementation#2224
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
abe155f to
82fedd8
Compare
| const baseUrl = (window as any).mx?.remoteUrl || (window as any).mx?.appUrl || ""; | ||
| const endpoint = `${baseUrl}rest/pusher/key`; | ||
| const csrfToken = (window as any).mx?.sessionData?.csrftoken || ""; | ||
| const authEndpoint = `${baseUrl}rest/pusher/auth`; |
There was a problem hiding this comment.
Let's use URL constructor?
AI Code Review
What was reviewed
Skipped (out of scope): Findings🔶 Medium — Stale
|
Pull request type
Description