Post #2178348
2026-05-03 09:33 UTC
@kopper@not-brain.d.on-t.work now that I had to think about it for 10m, I really like the idea of getting back a templated object that can further be amended by the client and sent in a Create.
*By templated I mean an "incomplete" object which has filled only the properties that make sense: ID, URL, MediaType, Type, AttributedTo,etc...
@hongminhee@hollo.social
Replies (1)
-
@kopper@not-brain.d.on-t.work 2026-05-03 09:35
@mariusor@metalhead.club @hongminhee@hollo.social this makes a lot of sense assuming the client would want to edit the object often, but I'm a little worried about the case where you upload a file and not as:Create the object afterwards (accidentally, obviously. e.g. network loss). feels a little fragile although I can see how you may still want to deal with that case even if the server Created the object itself (but it never got referenced anywhere)