mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra fields from db, use certificate as storage
This commit is contained in:
parent
a49ec2b7b4
commit
755a704433
5 changed files with 35 additions and 87 deletions
|
|
@ -75,7 +75,7 @@ impl Gemini {
|
|||
None => "unknown", // @TODO randomize
|
||||
},
|
||||
) {
|
||||
Ok(pem) => match self.database.add(&pem, name) {
|
||||
Ok(pem) => match self.database.add(&pem) {
|
||||
Ok(profile_identity_gemini_id) => {
|
||||
self.index()?;
|
||||
Ok(profile_identity_gemini_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue