Don't use the term gift
This commit is contained in:
parent
9de33e4ffd
commit
ce8a1f5930
7 changed files with 130 additions and 46 deletions
|
@ -1549,7 +1549,7 @@ describe('both/state/ducks/conversations', () => {
|
|||
...changedMessage,
|
||||
reactions: [
|
||||
{
|
||||
emoji: '🎁',
|
||||
emoji: '✨',
|
||||
fromId: 'some-other-id',
|
||||
timestamp: 2222,
|
||||
targetTimestamp: 1111,
|
||||
|
@ -1580,7 +1580,7 @@ describe('both/state/ducks/conversations', () => {
|
|||
...startState.messagesLookup[messageId],
|
||||
reactions: [
|
||||
{
|
||||
emoji: '🎁',
|
||||
emoji: '✨',
|
||||
fromId: 'some-other-id',
|
||||
timestamp: 2222,
|
||||
targetTimestamp: 1111,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue