fix inbox url
This commit is contained in:
parent
4bd3d4289d
commit
4a0df5d809
2 changed files with 1 additions and 3 deletions
|
@ -72,7 +72,7 @@ namespace BirdsiteLive.Domain
|
|||
},
|
||||
endpoints = new EndPoints
|
||||
{
|
||||
sharedInbox = $"{_instanceSettings.Domain}/inbox"
|
||||
sharedInbox = $"https://{_instanceSettings.Domain}/inbox"
|
||||
}
|
||||
};
|
||||
return user;
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue