diff -r c50e88700432 -r df7e9dff1b66 vendor/github.com/McKael/madon/v3/app.go --- a/vendor/github.com/McKael/madon/v3/app.go Sat Feb 04 13:18:01 2023 +0100 +++ b/vendor/github.com/McKael/madon/v3/app.go Sat Feb 04 13:26:06 2023 +0100 @@ -16,9 +16,9 @@ ) type registerApp struct { - ID int64 `json:"id,string"` - ClientID string `json:"client_id"` - ClientSecret string `json:"client_secret"` + ID ActivityID `json:"id"` + ClientID string `json:"client_id"` + ClientSecret string `json:"client_secret"` } // buildInstanceURL creates the URL from the instance name or cleans up the