chore: Add support button everywhere

This commit is contained in:
Christian Kußowski 2026-03-12 17:34:59 +01:00
commit 6c05ed8aaa
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
27 changed files with 24 additions and 49 deletions

View file

@ -37,7 +37,8 @@ abstract class AppConfig {
static const String supportUrl =
'https://github.com/krille-chan/fluffychat/issues';
static const String changelogUrl = 'https://fluffy.chat/en/changelog/';
static const String donationUrl = 'https://ko-fi.com/krille';
static const String donationUrl =
'https://fluffychat.im/faq/#how_can_i_support_fluffychat';
static const Set<String> defaultReactions = {'👍', '❤️', '😂', '😮', '😢'};