fix inbox url

This commit is contained in:
Nicolas Constant 2020-07-22 23:49:57 -04:00
parent 4bd3d4289d
commit 4a0df5d809
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 1 additions and 3 deletions

View File

@ -72,7 +72,7 @@ namespace BirdsiteLive.Domain
},
endpoints = new EndPoints
{
sharedInbox = $"{_instanceSettings.Domain}/inbox"
sharedInbox = $"https://{_instanceSettings.Domain}/inbox"
}
};
return user;

View File

@ -58,8 +58,6 @@ namespace BirdsiteLive.Twitter
return _tweetExtractor.Extract(tweet);
}
public ExtractedTweet[] GetTimeline(string username, int nberTweets, long fromTweetId = -1)
{
TweetinviConfig.CurrentThreadSettings.TweetMode = TweetMode.Extended;