chore: Follow up update matrix sdk

This commit is contained in:
Krille 2023-11-29 15:28:00 +01:00
commit 685ddf1324
No known key found for this signature in database
4 changed files with 52 additions and 6 deletions

View file

@ -50,6 +50,8 @@ String commandHint(L10n l10n, String command) {
return l10n.commandHint_hug;
case 'cuddle':
return l10n.commandHint_cuddle;
case 'sendraw':
return l10n.commandHint_sendraw;
default:
return "";
}