Revert "mute: migrate Lists.swift to use new MuteItem"
This reverts commit 0f05123ef8.
This commit is contained in:
@@ -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``.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user