element-modifications/README.md
2021-05-19 17:15:57 +00:00

714 B

Element Web Modifications

For version 1.7.28-24

Running at https://chat.f0ck.it

  • glowers patchset (greentexting)
  • custom.css with some quality of life enhancements like smaller images/videos
  • Atmos default theme

How to add Stickers (Works on any element web client)

/devtools

Select 'Send account data'

m.widgets

Fill in this:

{
    "stickerpicker": {
        "content": {
            "type": "m.stickerpicker",
            "url": "https://matrix.f0ck.it/?theme=$theme",
            "name": "Stickerpicker",
            "data": {}
        },
        "sender": "@you:server.tld",
        "state_key": "stickerpicker",
        "type": "m.widget",
        "id": "stickerpicker"
    }
}

SEND