Revert "mute: migrate Lists.swift to use new MuteItem"

This reverts commit 0f05123ef8.
This commit is contained in:
William Casarin
2024-01-25 12:10:22 -08:00
parent 66fd1dd444
commit a4253a613c
11 changed files with 82 additions and 91 deletions
-7
View File
@@ -145,13 +145,6 @@ enum MuteItem: Hashable, Equatable {
}
}
// - MARK: TagConvertible
extension MuteItem: TagConvertible {
static func from_tag(tag: TagSequence) -> MuteItem? {
return MuteItem(tag.strings())
}
}
extension Collection where Element == MuteItem {
/// Check if an event is muted given a collection of ``MutedItem``.
///