Email or username:

Password:

Forgot your password?
dansup

I wonder if any other #fediverse project is interested in supporting ephemeral stories.

#pixeldev #activitypub @activitypub

8 comments
[DATA EXPUNGED]
marius

@dansup @activitypub you can use Duration for passing around the amount of time that the AP object will be around. After that propagate a Delete for it maybe(?).

However you have to rely on services/apps honoring them, which might not be what users expect.

dansup

@mariusor @activitypub Well, for one we use a custom activity type, and duration is used to denote the length of each story. We will send Deletes and have an expires field too

GMate8

@dansup @activitypub Mastodon fleets?! 😳😳😳😳

Mario Vavti
@dansup Hubzilla has implemented ephemeral posts some years ago...
dansup

@mario Stories != Posts though, these are ephemeral stories, not posts.

Stories are not displayed in timelines as a regular post, they are a chronological collection of photos/video that can have different durations or attributes like disabled comments or actions ("swipe up" to be redirected to a custom url a user can set).

Ephemeral posts that get deleted are still pretty cool, but the UI/UX of :pixelfed: Stories are quite different than a simple expiry date.

Niko :verified:

@dansup @mario but, the question i wanted to do is: Are Stories going to be federated in other platforms? that would be interesting 🤔 For other platforms, Stories could be just another post that has an expiration date 🤔

felix

@dansup i would really avoid any advanced options for a new feature (attributes or custom url). its just extra work which might not pay off, instead you can add those extra features in a later version (plus you have some user feedback then).

but thats just my opinion...

@mario

Go Up