Changed URL when registering on Mastodon server
This commit is contained in:
parent
a2c366f463
commit
798753ad25
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.7)
|
||||
project (mastorss
|
||||
VERSION 0.6.2
|
||||
VERSION 0.6.3
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ std::uint16_t read_config(string &instance, string &access_token, string &feedur
|
|||
std::uint16_t ret = masto.register_app1("mastorss",
|
||||
"urn:ietf:wg:oauth:2.0:oob",
|
||||
"write",
|
||||
"https://github.com/tastytea/mastorss",
|
||||
"https://git.schlomp.space/tastytea/mastorss",
|
||||
client_id,
|
||||
client_secret,
|
||||
url);
|
||||
|
|
Loading…
Reference in New Issue
Block a user