AppleSauce
    Preparing search index...
    type Mutes = {
        hashtags: Set<string>;
        pubkeys: Set<string>;
        threads: Set<string>;
        words: Set<string>;
    }
    Index

    Properties

    hashtags: Set<string>
    pubkeys: Set<string>
    threads: Set<string>
    words: Set<string>