- Filter muted posts from feed on mute - List muted users in sidebar Changelog-Added: Added ability to block users
19 lines
217 B
Swift
19 lines
217 B
Swift
//
|
|
// ListModel.swift
|
|
// damus
|
|
//
|
|
// Created by William Casarin on 2023-01-25.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
/*
|
|
class MutelistModel: ObservableObject {
|
|
let contacts: Contacts
|
|
|
|
@Published var users: [String]
|
|
|
|
}
|
|
*/
|