]> source.dussan.org Git - nextcloud-server.git/commit
Extract "decodeHtmlEntities" function to its own file
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 7 Nov 2022 23:26:04 +0000 (00:26 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 24 Nov 2022 16:20:03 +0000 (17:20 +0100)
commit39a4ba2c2e8ab291e7f72f832aa5e3015e1873d6
tree4d48de4a4c0262f49bcd85303257ddbd6dc650a1
parent8a30b170302801999bc9319bb89024be29ae58a5
Extract "decodeHtmlEntities" function to its own file

This will make possible to use it from files other than
"GetComments.js".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/comments/src/services/GetComments.js
apps/comments/src/utils/decodeHtmlEntities.js [new file with mode: 0644]