likes, mention parsing, lots of stuff
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
16
damus/Models/DamusState.swift
Normal file
16
damus/Models/DamusState.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DamusState.swift
|
||||
// damus
|
||||
//
|
||||
// Created by William Casarin on 2022-04-30.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct DamusState {
|
||||
let pool: RelayPool
|
||||
let pubkey: String
|
||||
let likes: EventCounter
|
||||
let boosts: EventCounter
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user