re: computers are garbage
me: i would like to find all occurrences of authenticatedOtherIdentities in the code
xcode: ok, here it is, mentioned 3 times in this one single line!
@Published private(set) public var authenticatedOtherIdentities = [Identity]()
me: wait those are---
xcode: a getter, a setter, and a property! three occurrences :)
me: but... that's....
xcode: :)
me:
xcode: :)
me: whatever
re: computers are garbage
ooooKAY! after trudging through the Swamp of Object Oriented, i think i've finally fixed the bug i wanted to fix!!!!!!!!! but in a slightly dirty way.
let's see if i can fix it in a non dirty way now