TheBLVD / mammoth

GNU Affero General Public License v3.0
172 stars 12 forks source link

sub-club: wip integration. #591

Open derspyy opened 1 week ago

derspyy commented 1 week ago
bnolens commented 1 week ago

Wondering how well the following status gets updates after returning from the social-proxy.com review. Is it always correctly saying "Following"? If not, we should force a relationship sync when coming back.

bnolens commented 1 week ago

I just realized this is still a draft. I might have been a bit quick in reviewing this, but progress looks good!

derspyy commented 1 week ago

Wondering how well the following status gets updates after returning from the social-proxy.com review. Is it always correctly saying "Following"? If not, we should force a relationship sync when coming back.

agreed. this is part of the subscription flow that i'm still planning on polishing.

derspyy commented 1 week ago

also agreed on not hardcoding the domain. i'll work on that

derspyy commented 1 week ago

update: i still need to test the following status update. i couldn't because of the issues when subscribing.

derspyy commented 1 week ago

tomorrow i'll check tippableAccount to see if i can store the domain separately from the username, because i need it for the callback...

derspyy commented 1 week ago

(adding the domain and then removing it right afterwards is just a quick hack i made this morning for it to work, i'll probably end up storing the username by itself and just adding it back in the callback