Display summary of attachments in description, and mark up content warning if present, e.g.: Attached: 3 images · Content warning: Dota 2 When text is not supposed to be hidden, it looks more like: Attached: 3 images Here is the text of the toot With #6817, multilinguagility should be assured...
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
- if activity.is_a?(Status) && activity.media_attachments.any?
|
||||
- if activity.is_a?(Status) && activity.non_sensitive_with_media?
|
||||
- player_card = false
|
||||
- activity.media_attachments.each do |media|
|
||||
- if media.image?
|
||||
|
Reference in New Issue
Block a user