mautrix / docs

Documentation for everything mautrix
https://docs.mau.fi
Creative Commons Attribution Share Alike 4.0 International
43 stars 54 forks source link

Potential fix for discord Direct media access #67

Open FarisZR opened 9 months ago

FarisZR commented 9 months ago

Hey, first thanks for the awesome projects!

I have just implemented a fix for direct media access, it uses Discord_CDN a small JS project, which uses a user token to extract signed links.

Some details here: https://github.com/aosus/infrastructure-meta/issues/5 https://github.com/aosus/cups-1/pull/53

I originally wanted to submit a PR to add documentation on how to do this, but realistically this program is basic to the point it can be included in the bridge easily.