tangled
alpha
login
or
join now
mackuba.eu
/
didkit
1
fork
atom
A library for handling DID identifiers used in Bluesky AT Protocol
1
fork
atom
overview
issues
pulls
pipelines
added DID#account_active? helper
mackuba.eu
7 months ago
f6856350
bb994bff
+4
1 changed file
expand all
collapse all
unified
split
lib
didkit
did.rb
+4
lib/didkit/did.rb
···
82
82
end
83
83
end
84
84
85
85
+
def account_active?
86
86
+
account_status == :active
87
87
+
end
88
88
+
85
89
def ==(other)
86
90
if other.is_a?(String)
87
91
self.did == other