shithub: hell

Download patch

ref: 6cefdc9f5a9cc2a2621d3cd832310b97a139bdc1
parent: 118353b4b4f9da491c1082050fb615696be7873a
author: penny <penny@limitedideas.org>
date: Sun Oct 19 11:03:38 EDT 2025

list pinned status pagination

--- a/index.html
+++ b/index.html
@@ -200,9 +200,10 @@
 <ul>
 <li>Bookmarks</li>
 <li>Likes</li>
-<li>Profiles</li>
+<li>Profile statuses</li>
 <li>Notifications</li>
 <li>Threads</li>
+<li>Pinned statuses</li>
 </ul></li>
 <li>Media attachments/file attachments</li>
 <li>Media downloading and previewing</li>
--- a/readme.md
+++ b/readme.md
@@ -16,9 +16,11 @@
 * Pagination for
   * Bookmarks
   * Likes
-  * Profiles
+  * Profile statuses
   * Notifications
   * Threads
+  * Pinned statuses
+
 * Media attachments/file attachments
 * Media downloading and previewing
 * Replies
--