WeChat ID
aaronpk_tv
"IndieWeb is composed of many small parts that allow individuals to build what works for them. Users can then figure out how to interoperate with others who favour a different approach – a strategy that builds inclusivity since there is no attempt to impose a one-size-fits-all solution"
Microsub specification says that notifications channel should get handled separately from others (that’s why it has a known UID and is the first). Cool feature of Java (and Kotlin) that allows me to do it: I set my Notifications fragment (that is separate from feeds) to a subclass of MicrosubChannelFragment
that sets “uid” to notifications. This prevents duplication of code, makes my channels pretty and saves effort!