Progress on DMs responsiveness
Progress on DMs responsiveness
This commit is contained in:
@@ -231,7 +231,7 @@ class Status < ApplicationRecord
|
||||
fields = [spoiler_text, text]
|
||||
fields += preloadable_poll.options unless preloadable_poll.nil?
|
||||
|
||||
@emojis = CustomEmoji.from_text(fields.join(' '), account.domain)
|
||||
@emojis = CustomEmoji.from_text(fields.join(' '))
|
||||
end
|
||||
|
||||
def mark_for_mass_destruction!
|
||||
|
||||
Reference in New Issue
Block a user