Email or username:

Password:

Forgot your password?
Top-level
Dave MacFarlane

@julienxx That's a cheery test for a screenshot.

But I think three might be a problem with your fs layout: it looks like you're using the an id without any qualifications. I haven't looked into how the mastodon code structures them, but I'm not sure (I doubt?) they're guaranteed to be unique across servers or perhaps even users on the same server. It's a big enough number that you probably won't have any collisions (unless it's timestamp-based?), but it's a theoretical possibility.

3 comments
julien🛠️🛠️ :glenda:

@driusan good point! As far as I know these ids are specific to my instance hence unique but this might cause issues later on. I only envisioned it to be single user so far.

Dave MacFarlane

@julienxx but even on a single instance (or user) you're still going to be following accounts on other servers, no?

julien🛠️🛠️ :glenda:

@driusan yes, the ids are local copies of toots with an id specific to my instance I believe. Once federated the toot is copied with a local id I mean

Go Up