mastodon/spec
ThibG f08f880f58
Fix media not being marked sensitive when client sets a CW but no text ()
Mastodon enforces the “sensitive” flag on media attachments whenever a toot
is posted with a Content Warning. However, it does so *after* potentially
converting the Content Warning to toot text (when there is no toot text),
which leads to inconsistent and surprising behavior for API clients.
This commit fixes this inconsistency.
2020-03-25 22:40:58 +01:00
..
controllers Fix reported accounts not being whitelisted when resolving a spamcheck report () 2020-03-21 03:08:09 +01:00
fabricators Add announcements () 2020-01-23 22:00:13 +01:00
features Add submit button to the top of preferences pages () 2020-03-08 16:04:03 +01:00
fixtures
helpers
lib
mailers
models
policies
presenters
requests
routing
serializers/activitypub
services Fix media not being marked sensitive when client sets a CW but no text () 2020-03-25 22:40:58 +01:00
support
validators
views
workers
rails_helper.rb Bump sidekiq from 5.2.7 to 6.0.4 () 2020-03-21 12:04:54 +09:00
spec_helper.rb