Fixes all the other mute list feeds

This commit is contained in:
Vitor Pamplona
2023-10-14 14:50:54 -04:00
parent 1708c48b0c
commit ba4a594a41
8 changed files with 12 additions and 8 deletions
@@ -102,6 +102,10 @@ class PeopleListEvent(
const val kind = 30000
const val blockList = "mute"
fun blockListFor(pubKeyHex: HexKey): String {
return "30000:$pubKeyHex:$blockList"
}
fun createListWithTag(name: String, key: String, tag: String, isPrivate: Boolean, privateKey: ByteArray, createdAt: Long = TimeUtils.now()): PeopleListEvent {
return if (isPrivate) {
create(