1
0
Fork 0
forked from gitea/nas

Add: kmyblueから本家の引用への変換コード

This commit is contained in:
KMY 2025-05-07 13:04:24 +09:00
parent 35386bd054
commit acc662e490
4 changed files with 70 additions and 27 deletions

View file

@ -5,34 +5,33 @@
# Table name: statuses
#
# id :bigint(8) not null, primary key
# uri :string
# text :text default(""), not null
# created_at :datetime not null
# updated_at :datetime not null
# in_reply_to_id :bigint(8)
# reblog_of_id :bigint(8)
# url :string
# sensitive :boolean default(FALSE), not null
# visibility :integer default("public"), not null
# spoiler_text :text default(""), not null
# reply :boolean default(FALSE), not null
# language :string
# conversation_id :bigint(8)
# local :boolean
# account_id :bigint(8) not null
# application_id :bigint(8)
# in_reply_to_account_id :bigint(8)
# poll_id :bigint(8)
# deleted_at :datetime
# edited_at :datetime
# trendable :boolean
# ordered_media_attachment_ids :bigint(8) is an Array
# searchability :integer
# markdown :boolean default(FALSE)
# limited_scope :integer
# quote_of_id :bigint(8)
# fetched_replies_at :datetime
# language :string
# limited_scope :integer
# local :boolean
# markdown :boolean default(FALSE)
# ordered_media_attachment_ids :bigint(8) is an Array
# quote_approval_policy :integer default(0), not null
# reply :boolean default(FALSE), not null
# searchability :integer
# sensitive :boolean default(FALSE), not null
# spoiler_text :text default(""), not null
# text :text default(""), not null
# trendable :boolean
# uri :string
# url :string
# visibility :integer default("public"), not null
# created_at :datetime not null
# updated_at :datetime not null
# account_id :bigint(8) not null
# application_id :bigint(8)
# conversation_id :bigint(8)
# in_reply_to_account_id :bigint(8)
# in_reply_to_id :bigint(8)
# poll_id :bigint(8)
# reblog_of_id :bigint(8)
#
require 'ostruct'