Unwanted contact duplication
While browsing through my #Friendica database, I detected that I now have two identical contact records for myself. Initially, they were these records in table contact:
Id | Account |
---|---|
0 | System account |
2 | my account |
But now, something has changed to
Id | Account |
---|---|
0 | Zombie record |
2 | my account |
3 | my account (clone) |
4 | System account |
I have no clue, what has initiated this change, whether it is bad (I assume so) and how to cure it.
Any thoughts appreciated.
Michael Vogel
in reply to alfredb • • •uid
,self
,network
andurl
.alfredb
in reply to Michael Vogel • • •Michael Vogel
in reply to alfredb • • •alfredb
in reply to Michael Vogel • • •Michael Vogel
in reply to alfredb • • •alfredb
in reply to Michael Vogel • • •@Michael Vogel OK, thanks. I wasn't aware of this.
Any idea, what happened to the system account, leaving a zombie record?
Michael Vogel
in reply to alfredb • • •id = 0
account is there for technical reasons and is created intentionally.alfredb
in reply to Michael Vogel • • •Michael Vogel
in reply to alfredb • • •