microsub icon indicating copy to clipboard operation
microsub copied to clipboard

For tracking issues on the Microsub specification

Results 45 microsub issues
Sort by recently updated
recently updated
newest added

Spec section on unfollowing (https://indieweb.org/Microsub-spec#Unfollowing) says: > The Microsub server may remove all of this feed's items from the channel, or may leave them in place, at its discretion. If...

cf https://github.com/aaronpk/Quill/issues/143 and https://chat.indieweb.org/dev/2022-02-28#t1646077696840800 based on some comments by @fluffy-critter Clients (especially those that allow to post responses) should clearly indicate if a shown post is non-public and if responses...

The [discovery](https://indieweb.org/Microsub-spec#Discovery) chapter suggests that *The client first performs discovery on the user's profile URL to find the Microsub endpoint and authorization endpoint.* Then endpoints should be discovered from the...

In my Microsub implementation, I have added support for two "follow" properties that are not yet defined in the proposed specification: name and photo. These properties let me present the...

Just adding this while I'm thinking about it. Clients are going to need another method for modifying channel properties, with something like: `method=unread&value=[true|false|integer]&channel={uid}`

The Microsub specification currently does not define a standard way of including an item's [post type](https://indieweb.org/post-type-discovery) in a timeline response. From what I can tell, there are currently some server...

Users may want to remove an entry from a channel for various reasons. Since [#4 tracking read state](https://github.com/indieweb/microsub/issues/4) means we now have referenceable entry IDs, we can use those to...

implementations-needed
in-progress

I am working on a Microsub server that, apart from the conventional 'feeds in a channel'-model, also uses channels to output filtered posts. For example: I have one channel that...

Over here (https://github.com/EdwardHinkle/indigenous-ios/issues/73#issuecomment-361597999) you mentioned the idea that a user that hasn't opened a Microsub app in a week might have 500 posts sitting in a channel and that it...

brainstorming

It may be useful for users to have filters per channel. For example if a user only wants to see original content from people they are following eg. excluding likes,...

brainstorming