jasoncheng / dica

This is a very simple Friendica android client, wrote by Android Kotlin
GNU General Public License v3.0
14 stars 2 forks source link

global post unable to starred/watch/favorite #115

Open jasoncheng opened 5 years ago

jasoncheng commented 5 years ago

networkpublic_timeline post cannot add to favorite always return 400 error

jasoncheng commented 5 years ago

https://github.com/friendica/friendica/issues/6305

annando commented 5 years ago

Yeah, I guess this is currently not possible, due to the database structure.

jasoncheng commented 5 years ago

@annando good morning, and thanks for reply; if you're available, please teach me on friendica database schema; currently i only know,

each public network post will have user=0 AND global=1, and each user will have his own item too.

anyway, thanks for you hard work on Friendica