From 5da45638ee1592bc50147bd493d5156a57b4af79 Mon Sep 17 00:00:00 2001 From: defnax <9952056+defnax@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:50:25 +0200 Subject: [PATCH] Enabled missed api for rshistory needed for chat settings --- src/retroshare/rshistory.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/retroshare/rshistory.h b/src/retroshare/rshistory.h index 464fa1fd2..6eb8282cf 100644 --- a/src/retroshare/rshistory.h +++ b/src/retroshare/rshistory.h @@ -137,17 +137,20 @@ public: /*! * @brief Retrieves the maximum storage time period for messages in history + * @jsonapi{development} * @return max storage duration of chat. */ virtual uint32_t getMaxStorageDuration() = 0; /*! * @brief Sets the maximum storage time period for messages in history + * @jsonapi{development} * @param[in] seconds max storage duration time in seconds */ virtual void setMaxStorageDuration(uint32_t seconds) = 0; /*! * @brief Gets the maximum number of messages to save + * @jsonapi{development} * @param[in] chat_type Type of chat for that number limit * @return maximum number of messages to save */