ports/net-im/linux-discord/pkg-message
Nicola Vitale b0a6807392
net-im/linux-discord: Downgrade version to 0.0.89
- The developers of Discord have identified an issue impacting voice
  sound on 0.0.90 version and have rolled back.
  (See https://discordstatus.com/incidents/mv9k3px764kd )
- Bump PORTEPOCH
- Add pkg-message to explain to users how to avoid automatic check for
  updates when starting the program.
2025-04-15 10:47:34 +02:00

13 lines
281 B
Text

[
{
type: install
message: <<EOM
After the first start of the application, it is recommended to add the
following line to the file ~/.config/discord/settings.json (after the first
opening curly brace) to avoid automatic check for updates.
"SKIP_HOST_UPDATE": true,
EOM
}
]