Windows

Open PowerShell
Run
[Environment]::SetEnvironmentVariable('CHATTERINO2_RECENT_MESSAGES_URL', 'https://recent-messages.florian2807.me/api/v2/recent-messages/%1', 'User')
To return to default, run
[Environment]::SetEnvironmentVariable('CHATTERINO2_RECENT_MESSAGES_URL', $null, 'User')

Linux

Open your .bashrc or equivalent shell configuration file
Add the following line
export CHATTERINO2_RECENT_MESSAGES_URL=https://recent-messages.florian2807.me/api/v2/recent-messages/%1
To return to default

Delete the line


macOS

Open your .zshrc or equivalent shell configuration file

Add the following line
launchctl setenv CHATTERINO2_RECENT_MESSAGES_URL https://recent-messages.florian2807.me/api/v2/recent-messages/%1
To return to default

Delete the line


Android (DankChat)

Click on ⋮ in the top right ➜ Settings ➜ Developer options ➜ Custom recent messages host
Set to
https://recent-messages.florian2807.me/api/v2/
To return to default

Just click reset

Edit

Pub: 08 Nov 2023 21:23 UTC

Views: 848