parazeeknova / zephyr

Social aggregator, part social media, part content rating for All. 🐦
GNU Affero General Public License v3.0
2 stars 3 forks source link

[FEATURE] Story Implementation (Posts which remains for 24 Hours or more if configured) #21

Open parazeeknova opened 1 month ago

parazeeknova commented 1 month ago

Zephyr is currently using a static placeholder story section with a static hardcoded story.

What really should be: Story: Posts and Fleets that last 24 hours before being archived in the user's profile.

Essentially how a normal story works

To do this, we must first implement how images are handled and stored in the database, as well as have the comment section and replies working.