]> cat aescling's git repositories - mastodon.git/blob - app/models/context.rb
Fix batch order warnings in BatchedRemoveStatusService (#15409)
[mastodon.git] / app / models / context.rb
1 # frozen_string_literal: true
2
3 class Context < ActiveModelSerializers::Model
4 attributes :ancestors, :descendants
5 end
This page took 0.080435 seconds and 4 git commands to generate.