~cytrogen/masto-fe

ref: 4581a528f77b06b417ea06404d7bc2eae5f04e22 masto-fe/app/models/search.rb -rw-r--r-- 125 bytes
4581a528 — jsgoldstein Change account search to match by text when opted-in (#25599) 2 years ago
                                                                                
1
2
3
4
5
# frozen_string_literal: true

class Search < ActiveModelSerializers::Model
  attributes :accounts, :statuses, :hashtags
end