2
0

Add initial support for ingesting and verifying remote quote posts (#34370)

This commit is contained in:
Claire
2025-04-17 09:45:23 +02:00
committed by GitHub
parent a324edabdf
commit df2611a10f
33 changed files with 1643 additions and 22 deletions

View File

@@ -15,6 +15,7 @@
# media_descriptions :text is an Array
# poll_options :string is an Array
# sensitive :boolean
# quote_id :bigint(8)
#
class StatusEdit < ApplicationRecord