tobi

Results 592 comments of tobi

Yes! This is similar to an idea I had (but not sure if I wrote it down anywhere) to provide different templates for different post types, and let the user...

We should be able to work with the Group actor type, we have specific logic allowing that. I'll have a look at it :) Thanks for opening this.

Just adding a note for myself: ```bash curl -H 'accept: application/activity+json' https://a.gup.pe/u/askfedi_de ``` gives: ```json { "@context": [ "https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1" ], "id": "https://a.gup.pe/u/askfedi_de", "type": "Group", "inbox": "https://a.gup.pe/u/askfedi_de/inbox", "publicKey": { "id":...

Agreed! Good suggestion. We'll have to think a bit more about how exactly to do this, since an instance needs to interact with your instance in *some* way before your...

Heya! Yep, we're planning to include it, but don't have a fixed idea of exactly when yet. Some time after the new year, probably :)

I'm doing my day job rn but I'll try to find time tonight to have a look, and I'll get back to you :)

Heya, yeah i see an issue in the way your path is being set up when passed to gin. Right now you're using `/api/v1/timelines/tag` but what you need is `/api/v1/timelines/tag/:hashtag`...

> How about setting it as a user profile setting, so the clients need 0 support? With that set, your API calls will always filter it for you That could...

Thanks for opening this! I'll take a look at fixing it up, for now, by just putting a link in there to the sloth icon, and in future we can...