Evangelos "GeopJr" Paterakis

Results 378 comments of Evangelos "GeopJr" Paterakis

I really like Misskey/Calckey so I'm definitely interested in supporting them! I gave it some tries since this issue opened but it's semi-blocked by #12 and #14. In the meantime...

> Would (custom) emoji reactions be supported? This also affects Pleroma and Akkoma, and it requires a layout change. Opened another issue for it #44 > @GeopJr I don't think...

I'm having trouble reproducing, could you send me your debugging information? (About > Troubleshooting > Debugging Information) Also, could you give running from a terminal a try? There will be...

On further debugging it, I found the following issues: - When selecting a profile it 401s (`/api/v1/accounts/$id/statuses`) `Request "https://calckey.social/api/v1/accounts/9arjouq4ja/statuses?pinned=true" failed: 401 Unauthorized` - Account header was null, probably related to...

Still can't reproduce, my only speculation is that you are missing webp libraries, I think it's `webp-pixbuf-loader`, could you give it a try?

cc: @fabiscafe (probably optional dependency?)

Pleroma and Mastodon forks (that support reactions), provide the url for custom emojis: ``` { "count" : int, "me" : bool, "name" : string, "url" : string? } ``` Calckey...

Thanks! I feel like you'll be asked to make it optional since technically it works without it, but if you are not until the next release, I'll add a meson...

As long as this issue is open, it's safe to assume that it's not. Priority for mk api support is low for me at the moment but I'm happy to...

Started initial support on this branch: https://github.com/GeopJr/Tuba/tree/experiment/wip/feat/mk-api-support It's very far from being usable, I've only completed the login flow and basic compat for some objects. Priority is still low. The...