diamondburned / slemmy

Lemmy client in Svelte
https://slemmy.libdb.so
GNU Affero General Public License v3.0
48 stars 0 forks source link

Switch to WebSocket API #1

Closed diamondburned closed 1 year ago

diamondburned commented 1 year ago

The WS API doesn't have CORS issues according to this comment. It'll let us skip https://github.com/LemmyNet/lemmy/issues/3109.

diamondburned commented 1 year ago

Implemented!