silverpill

Results 41 issues of silverpill

### Describe the bug According to [ActivityPub specification](https://www.w3.org/TR/activitypub/#retrieving-objects), servers should respond with ActivityStreams object representation to requests having `application/ld+json; profile="https://www.w3.org/ns/activitystreams"` in Accept header, but apparently only `application/activity+json` is supported >Servers...

Currently `/users/{id}` and other endpoints return ActivityStreams object only when first mime type in `Accept` header of the request is set to `application/activity+json`. However, according to ActivityPub spec objects must...

enhancement
ActivityPub

Just seen this https://twitter.com/DarkFiSquad/status/1532695225252077568 I'd like to remind that I have admin powers in the main matrix chatroom (dev) and I can make it accessible again from another server (matrix...

Is it possible to skip parsing of certain elements, such as headings or lists? In my application I need to support only a subset of GFM. The workaround I'm currently...

feature request

**Is your feature request related to a problem? Please describe.** Ability to post-process HTML documents is very useful, but currently requires [using rustflags](https://github.com/rust-ammonia/ammonia/issues/164#issuecomment-1406467845). **Describe the solution you'd like** I think...

### Describe the bug I was wondering if https://blog.writefreely.org is federated. The corresponding object ID is `https://blog.writefreely.org/api/posts/5tazkaq6om2oq3in`, and it can be fetched and the object structure seems to be correct....

Hello, I looked at https://github.com/cake-tech/cake_wallet/pull/1107/files and noticed that you [extract](https://github.com/cake-tech/cake_wallet/pull/1107/files#diff-70b0ee236a2419f6b181ccbc4c9eb9217b1222a1609d4ece38d89e190f112be7R89) address from `mastodonUser.note` field (bio). Am I correct? But bio is rarely used to display addresses. Usually people add addresses...

Enhancement

`native-tls` feature is enabled by default, so this change shouldn't break anything

Fixes #130 clippy returns error, I attempted to fix it in #132