Merge remote-tracking branch 'origin/master' into merge-upstream
This commit is contained in:
@@ -33,6 +33,10 @@ class Status < ApplicationRecord
|
||||
include Cacheable
|
||||
include StatusThreadingConcern
|
||||
|
||||
# If `override_timestamps` is set at creation time, Snowflake ID creation
|
||||
# will be based on current time instead of `created_at`
|
||||
attr_accessor :override_timestamps
|
||||
|
||||
update_index('statuses#status', :proper) if Chewy.enabled?
|
||||
|
||||
enum visibility: [:public, :unlisted, :private, :direct], _suffix: :visibility
|
||||
|
||||
Reference in New Issue
Block a user