this post was submitted on 01 Aug 2023
0 points (NaN% liked)

/kbin meta

4 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 2 years ago
 

I have a magazine thats following certain tags. I see they are coming into microblog. Is it possible to promote, or migrate a microblog to a thread?

top 1 comments
sorted by: hot top controversial new old
[–] ryan@the.coolest.zone 1 points 2 years ago

Microblogs and threads are actually different activities. It's not currently possible to migrate them, and I'm unsure of the feasibility of doing so.

To delve into ActivityPub a bit, there are "actors" (like magazines and users) and "activities" (things the actors do). A posted thread is an activity of type "Page", but a posted microblog is an activity of type "Note". They then get stored in the database of whatever instance you are on, apparently as type "Link" as far as I can tell querying my SQL database. Still trying to figure out where microblogs go and how/whether they're different, how different things are stored...

But basically to promote or migrate a microblog to a thread, somehow the actual type of the posting would have to be changed.