FEATURE: auto remove user status after predefined period (#17236)

This commit is contained in:
Andrei Prigorshnev
2022-07-05 19:12:22 +04:00
committed by GitHub
parent 4acf2394e6
commit c59f1729a6
27 changed files with 423 additions and 52 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
class UserStatusSerializer < ApplicationSerializer
attributes :description, :emoji
attributes :description, :emoji, :ends_at
end