]> source.dussan.org Git - nextcloud-server.git/commit
Allow reactions also with other combined emojis
authorJoas Schilling <coding@schilljs.com>
Thu, 24 Mar 2022 14:13:09 +0000 (15:13 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 24 Mar 2022 14:13:09 +0000 (15:13 +0100)
commit367be7c55fd48583e0fdcd058b813a2f6e3fe5e1
treec45ee460ec76579595be91a85abfb50605b73807
parentfbf1334dc8c192ebdd335663cacfb810daf4d841
Allow reactions also with other combined emojis

Honerful copying the EmojiService from UserStatus for now
I think this should be put into a decent place and then reused,
but I couldn't find somethin short term before beta1

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Comments/EmojiHelper.php [new file with mode: 0644]
lib/private/Comments/Manager.php
tests/lib/Comments/ManagerTest.php