Add: #62 ローカルタイムラインを無効にする管理者設定(内部挙動のみ) #1176
Annotations
3 warnings
spec/services/process_references_service_spec.rb#L346
ProcessReferencesService editing new status when change quote to reference post status
Failure/Error: expect(status.quote).to be_nil
expected: nil
got: #<Status id: 111295463935973806, uri: "https://cb6e6126.ngrok.io/users/joey1980/statuses/...", text: ...edia_attachment_ids: nil, searchability: nil, markdown: false, limited_scope: nil, quote_of_id: nil>
|
spec/services/process_references_service_spec.rb#L358
ProcessReferencesService editing new status when change reference to quote post status
Failure/Error: expect(status.quote).to_not be_nil
expected: not nil
got: nil
|
spec/lib/activitypub/activity/like_spec.rb#L324
ActivityPub::Activity::Like#perform when account domain_block does not create a favourite from sender to status
Failure/Error: expect(sender.favourited?(status)).to be false
expected false
got true
|
The logs for this run have expired and are no longer available.
Loading