holtzmak / Community-Meal-Planner-Forum

A Flutter and Firebase forum application to support community discussion for meal planning, sustainable practices, development, and education
Creative Commons Attribution Share Alike 4.0 International
2 stars 1 forks source link

Refactor threads as announcements #83

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

Reduced the need for ThreadForDisplay and several functions having an additional bool flag for announcements.

Also added announcement flag to ThreadFlag so as to share the collection between announcements and threads.