Change reactiondeck to draggable, add-removable
This commit is contained in:
parent
c4efa4d986
commit
b9dab37eac
8 changed files with 200 additions and 29 deletions
|
@ -86,7 +86,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
|||
},
|
||||
|
||||
reaction_deck: {
|
||||
max_emojis: 16,
|
||||
max_emojis: 32_767,
|
||||
},
|
||||
|
||||
reactions: {
|
||||
|
|
|
@ -92,7 +92,7 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
|
|||
},
|
||||
|
||||
reaction_deck: {
|
||||
max_emojis: 16,
|
||||
max_emojis: 32_767,
|
||||
},
|
||||
|
||||
reactions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue