Merge branch 'main' of https://github.com/mastodon/mastodon into features/main

This commit is contained in:
2023-08-14 14:25:03 +00:00
764 changed files with 17703 additions and 21383 deletions

View File

@@ -79,7 +79,7 @@ class TextFormatter
entity[:indices].first
end
result = ''.dup
result = +''
last_index = entities.reduce(0) do |index, entity|
indices = entity[:indices]