Adds the ability to invoke a tangles.thread RPC call. This is an important enhancement for supporting more fully-featured client development.
Note that the reverse flag is currently not exposed because it's not working in go-ssb. We should be able to use this RPC call as a base for filtering likes, but there are still some bumps to overcome (go-sbot not always returning vote messages in threads).
Adds the ability to invoke a `tangles.thread` RPC call. This is an important enhancement for supporting more fully-featured client development.
Note that the `reverse` flag is currently not exposed because it's not working in go-ssb. We should be able to use this RPC call as a base for filtering likes, but there are still some bumps to overcome (go-sbot not always returning vote messages in threads).
Context:
https://github.com/ssbc/go-ssb/issues/200
https://git.coopcloud.tech/golgi-ssb/golgi/issues/44
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds the ability to invoke a
tangles.threadRPC call. This is an important enhancement for supporting more fully-featured client development.Note that the
reverseflag is currently not exposed because it's not working in go-ssb. We should be able to use this RPC call as a base for filtering likes, but there are still some bumps to overcome (go-sbot not always returning vote messages in threads).Context:
https://github.com/ssbc/go-ssb/issues/200
#44