From 807ceca42b6e523b5963b7c2c01d9398b69d5ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=87=E3=83=AF=E3=83=B3=E3=82=B7=E3=83=A5?= <61188295+Dnouv@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:28:42 +0530 Subject: [PATCH] feat: Apps-Engine method for reading and counting unread room messages for a user (#32194) --- .changeset/chilled-files-relate.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-files-relate.md diff --git a/.changeset/chilled-files-relate.md b/.changeset/chilled-files-relate.md new file mode 100644 index 0000000000000..a16cfda592174 --- /dev/null +++ b/.changeset/chilled-files-relate.md @@ -0,0 +1,5 @@ +--- +'@rocket.chat/meteor': minor +--- + +Adds methods to the Apps-Engine to interact with unread messages to enhance message capabilities on Apps. \ No newline at end of file