madon icon indicating copy to clipboard operation
madon copied to clipboard

Pleroma compatibility

Open cking opened this issue 6 years ago • 1 comments

pleroma doesnt use raw integers as IDs, meaning decoding the account id breaks rn

cking avatar Feb 14 '19 10:02 cking

I have this issue too, when is the fix coming?

dtluna avatar Aug 19 '19 12:08 dtluna

I've got a fix for this - needs some cleaning up and digging out all the places where id==int64 has been assumed. But I can talk to Pleroma and GotoSocial with my local branch now.

rjp avatar Jan 12 '23 14:01 rjp

This is fixed by https://github.com/McKael/madon/pull/10 but there's still an OAuth issue with *oma instances that I'm working on.

rjp avatar Feb 27 '23 08:02 rjp

Fixed in #9 but pending merge

rjp avatar Apr 03 '23 08:04 rjp

Thanks for the reminder, https://github.com/McKael/madon/pull/9 is now merged!

McKael avatar Apr 03 '23 20:04 McKael