After the global deactivation of the presence status feature in the TU Dresden Matrix, old statuses may still be displayed. The status function can be deactivated in your Element Desktop so that room members and persons are not displayed as offline/online. First, close Element Desktop and then carry out the following steps.

Older installations may use the folder name "Riot" instead of "Element" - in this case, simply replace the name in the respective command.
 

Linux

  1. Open the Terminal.
  2. Insert the following line via "Right-click - Insert" or with the key combination "CTRL + SHIFT + V" and confirm with ENTER:
    cat > ~/.config/Element/config.json
    

    for Flatpak:

    ~/.var/app/im.riot.Riot/config/Element/config.json
    
  3. Paste the following using "Right-click - Paste" or the key combination "CTRL + SHIFT + V":
    {
        "enable_presence_by_hs_url": {
            "https://synapse.matrix.tu-dresden.de": false
        }
    }
  4. Paste the following using "Right-click - Paste" or the key combination "CTRL + SHIFT + V":


macOS

  1. Open the Terminal.
  2. Insert the following line via "Right-click - Insert" or with the key combination "CMD + V" and confirm with ENTER:
    cat > ~/Library/Application\ Support/Element/config.json
    
  3. Paste the following using "Right-click - Paste" or the key combination "CMD + V":
    {
        "enable_presence_by_hs_url": {
            "https://synapse.matrix.tu-dresden.de": false
        }
    }
  4. End the action with the key combination "CTRL + C".
 

Windows

  1. Execute the key combination "WIN + R".
  2. Insert the following line using the key combination "CTRL + V":
    %APPDATA%\Element\
    
  3. Create a new text file with the name "config.json".
  4. Open "config.json" in Notepad.
  5. Insert the following using "Right-click - Paste" or the key combination "CTRL + V":
    {
        "enable_presence_by_hs_url": {
            "https://synapse.matrix.tu-dresden.de": false
        }
    }
  6. Save the file and exit the program.