Closed ghost closed 4 years ago
@substack is this ready to be merged? (as #80 builds on it)
If you merge the other one this should be included by default. It might be worth renaming this to .blockInfo() depending on how the other naming changes work. Or maybe .moreInfo()
since it's the same code as .modInfo()
and that could be collapsed into a single method.
handled by cabal.getMessage()
in #83
This patch does some internal reorganization to the fields that
listBans()
returns so this is a breaking change. But with this change, you can set additional properties such as areason
for a ban message:and then later or on a different synchronized cabal you can read that information back using
banInfo()
:This required an upstream change in materialized-group-auth in 1.2.0.