Gab Social. All are welcome.
This commit is contained in:
8
app/services/group_query_service.rb
Normal file
8
app/services/group_query_service.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class GroupQueryService < BaseService
|
||||
def call(group)
|
||||
Status.distinct
|
||||
.as_group_timeline(group)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user