11 lines
223 B
TypeScript
11 lines
223 B
TypeScript
// Copyright 2021 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
export const DEFAULT_PREFERRED_REACTION_EMOJI_SHORT_NAMES = [
|
|
'heart',
|
|
'thumbsup',
|
|
'thumbsdown',
|
|
'joy',
|
|
'open_mouth',
|
|
'cry',
|
|
];
|