Skip to content

Commit

Permalink
chore(7TV): send app and version via query parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 27, 2024
1 parent 34744be commit 1ad27c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ SeventvEventAPI *makeSeventvEventAPI(Settings &settings)

if (enabled)
{
return new SeventvEventAPI(SEVENTV_EVENTAPI_URL);
return new SeventvEventAPI(SEVENTV_EVENTAPI_URL %
"?app=Chatterino&version=" %
Version::instance().version());
}

return nullptr;
Expand Down

0 comments on commit 1ad27c5

Please sign in to comment.