mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-16 23:50:05 +00:00
- Replaced inline timestamp formatting logic with a call to `format_relative_timestamp` for improved readability and maintainability. - Modularized feed formatting functions by moving them to `feed_format`, enhancing code organization and reusability. - Updated references in `feed_manager` and `web_viewer` to utilize the new modular functions, ensuring consistent behavior across modules. - Adjusted tests to reflect changes in function imports and ensure proper functionality of the new structure.