refactor: Fix a bunch of minor things (#5094)

This commit is contained in:
pajlada
2024-01-17 21:05:44 +01:00
committed by GitHub
parent 718696db53
commit 9eeea8f203
11 changed files with 194 additions and 137 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ struct Emote {
ImageSet images;
Tooltip tooltip;
Url homePage;
bool zeroWidth;
bool zeroWidth{};
EmoteId id;
EmoteAuthor author;
/**
+1
View File
@@ -54,6 +54,7 @@ protected:
virtual Outcome tryAppendEmote(const EmoteName &name)
{
(void)name;
return Failure;
}