mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
12 lines
223 B
TypeScript
12 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',
|
|
];
|