]> 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, 10 Nov 2022 12:34:02 +0000 (13:34 +0100)
commit924c090f07c85b603416572a1e5533b4c8de6c0d
tree419d2249e086c2b06ee8e086ceedadf438e66c7b
parentd65fd72452a09d6c107517d5a7c08d138c009c54
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]