friendica / red

The Red Matrix
MIT License
214 stars 50 forks source link

basic proof of concept file activity support - will send activity via th... #864

Closed git-marijus closed 9 years ago

git-marijus commented 9 years ago

...e filestorage module and via attach_delete()

git-marijus commented 9 years ago

btw... let me know if you think thats crap...

git-marijus commented 9 years ago

thanks for your feedback. i was using mod/mood as starting point which uses a similar approach (mood is attached to activity) but figured half way that this would become more complex...

friendica commented 9 years ago

Yeah with mood and poke I cheated a bit because the actual "verb" can be open ended. In retrospect I did these wrong and will probably have to correct them before we can federate with any strict activitystream providers. mood should probably be something like "x changed (verb) mood (object)" where happy/sad would be object attributes - and poke is a real work - it probably needs to be something like "x sent/did ( verb) action poke/finger (object) to y (target)" to make it compliant.