mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix inbox url
This commit is contained in:
@ -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 New Issue
Block a user