linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1k stars 220 forks source link

PossiblySensitive being ignored #1204

Open Guacam-Ole opened 1 year ago

Guacam-Ole commented 1 year ago

V 5.0 PublishTweetParameters has the property PossiblySensitive

My expectation is that this flag marks the tweet as sensitive but does not seem to have any effect

Affected Method: Task<ITweet> PublishTweetAsync(IPublishTweetParameters parameters);