Frédéric Miserey

Results 22 comments of Frédéric Miserey

> I can confirm Gary's analysis. I used main branch for a few days (post #4665), and one of my new downloads still ended up with corruption. ![Capture d’écran 2023-02-04...

> Yes, you could also imagine adding similar functionality for qt/GTK/daemon I hope it makes its way to daemon!

https://gist.github.com/diligiant/d80bce57a1e56434bc2c27049c4e69fb on the other hand, following @dfc triggered no error ;)

A kind Mastodon admin sent me his logs about a follow : nothing more than the 401 `May 15 14:43:06 blog bundle[1506]: [b5ea30ce-b7a6-4661-b917-b954642b0dae] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=401 duration=8.71...

Indeed, I like their `/ap/users` and `/ap/o` prefixes as it very explicitly (different root, different sub-root lengths) breaks bad players. I'm willing to try if you're game.

CreateNote is fine (using atomUri). Announce is not (using activity.ID instead of act.Object [like in Follow]) [superficial check]

You might find this interesting ; Here is what gorm does without and with "foreignKey:AdminID". ``` SELECT * FROM `actors` WHERE `actors`.`id` IN (\"110163848238256418\",\"110163851895700147\") SELECT * FROM `accounts` WHERE `accounts`.`instance_id`...

I was under the impression the gorm magic wasn't working as before adding a LocalUser account, the correct info were returned but if you think that's "intentional", I'm gonna find...

@davecheney I hope my PR will satisfy you ; I was really frustrated by this problem. I found 2 other occurrences (hoping I caught them all.) Something puzzles me though:...

It never worked (I found this when I first played with pub) as it never could (and I bet that's also true with Relationship & Status.) gorm is tricky (I...