summaryrefslogtreecommitdiffstats
path: root/include/instance.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/instance.hpp')
-rw-r--r--include/instance.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/instance.hpp b/include/instance.hpp
index 1aa76be..543ec88 100644
--- a/include/instance.hpp
+++ b/include/instance.hpp
@@ -45,8 +45,6 @@ public:
/*!
* @brief Construct a new Instance object.
*
- * Also queries `/api/v1/instance` for `max_toot_chars'.
- *
* @param hostname The hostname of the instance.
* @param access_token Your access token.
*
@@ -105,6 +103,9 @@ public:
/*!
* @brief Returns the maximum number of characters per post.
*
+ * Queries `/api/v1/instance` for `max_toot_chars'. If the instance doesn't
+ * support it, the limit is assumed to be 500.
+ *
* @since 0.1.0
*/
[[nodiscard]]