Skip to content
Snippets Groups Projects
Commit 3882ed17 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

made it pass `?xxmessenger=true` at the end of the URL

parent dc2bac34
No related branches found
No related tags found
1 merge request!170Release
......@@ -16,5 +16,5 @@ import (
const dashboardBaseURL = "https://dashboard.xx.network"
func getRoundURL(round id.Round) string {
return fmt.Sprintf("%s/rounds/%d", dashboardBaseURL, round)
return fmt.Sprintf("%s/rounds/%d?xxmessenger=true", dashboardBaseURL, round)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment