Add emoji reaction history list page
This commit is contained in:
parent
83f037ff76
commit
d73238d9f6
10 changed files with 264 additions and 2 deletions
|
@ -18,7 +18,7 @@ class EmojiReaction < ApplicationRecord
|
|||
include Paginable
|
||||
|
||||
EMOJI_REACTION_LIMIT = 32767
|
||||
EMOJI_REACTION_PER_ACCOUNT_LIMIT = 5
|
||||
EMOJI_REACTION_PER_ACCOUNT_LIMIT = 3
|
||||
|
||||
update_index('statuses', :status)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue