File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/DasBlog.Web.UI/Controllers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
variables :
12
12
buildConfiguration : ' Release'
13
- version : 3.2
13
+ version : 3.3
14
14
15
15
steps :
16
16
- task : UseDotNet@2
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public ActionResult WebFinger(string resource)
29
29
string . Format ( "users/{0}" , dasBlogSettings . SiteConfiguration . MastodonAccount ) ) . AbsoluteUri ;
30
30
31
31
string accturl = new Uri ( new Uri ( dasBlogSettings . SiteConfiguration . MastodonServerUrl ) ,
32
- string . Format ( "@ {0}" , dasBlogSettings . SiteConfiguration . MastodonAccount ) ) . AbsoluteUri ;
32
+ string . Format ( "{0}" , dasBlogSettings . SiteConfiguration . MastodonAccount ) ) . AbsoluteUri ;
33
33
34
34
string authurl = new Uri ( new Uri ( dasBlogSettings . SiteConfiguration . MastodonServerUrl ) ,
35
35
"authorize_interaction" ) . AbsoluteUri + "?uri={uri}" ;
You can’t perform that action at this time.
0 commit comments