You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Increase test coverage with comprehensive service tests
- Enhanced FileServiceTests with ReadFile() method coverage and edge cases
- Added UserSettingsServiceTests with 20 test methods covering settings management, themes, persistence, and event handling
- Added PageServiceTests with 9 test methods covering page type resolution and service provider integration
- Added NavigationServiceTests with 15 test methods covering navigation logic, frame management, and state handling
- All tests follow AAA pattern with proper mocking and edge case coverage
- Improved overall test coverage for core business logic services
* Fix tests
* Add donate button
* Fix: Add correct parameter into DeleteAllReplies() with USERNAME
* Decrease retry attempts from 5 to 3
* Increase version and add release notes
---------
Co-authored-by: openhands <[email protected]>
Improved handling of reposts where the deletion loop could appear to hang. The retry count has been reduced from 5 to 3 to prevent perceived infinite loops when a repost cannot be removed.
5
+
👉 *Tip: Delete your original posts first before cleaning up reposts to avoid mixed-content issues.*
6
+
7
+
-**Fixed Documentation Bug in `DeleteAllReplies` Example**
8
+
The example for `DeleteAllReplies` was missing the required `username` parameter, causing the script to fail. The corrected usage is:
0 commit comments