[#11822] Own status updates are shown on other user profiles

This commit is contained in:
andrey 2021-03-04 14:08:40 +01:00
parent ff02219080
commit aee782d468
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
2 changed files with 9 additions and 6 deletions

View File

@ -189,9 +189,12 @@
:name topic
:chat-name (str "#" topic)
:group-chat true
:chat-type (if timeline?
constants/timeline-chat-type
constants/public-chat-type)
:chat-type (cond timeline?
constants/timeline-chat-type
profile-public-key
constants/profile-chat-type
:else
constants/public-chat-type)
:contacts #{}
:public? true
:might-have-join-time-messages? (get-in cofx [:db :multiaccount :use-mailservers?])

View File

@ -2,7 +2,7 @@
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
"owner": "status-im",
"repo": "status-go",
"version": "v0.73.1",
"commit-sha1": "d21cd6aba1521ba30b79cfe71cf89088a35322fc",
"src-sha256": "1if60j0kyw2llzia5xqqfk30iji8kvg5k7fq88q84nwx4pdpc04b"
"version": "v0.73.2",
"commit-sha1": "e29cca667a4afc4872d2f03bc76e46c0296a7348",
"src-sha256": "03hsjgryrf187akbah5c9f8vkdn6ngp14221gqwcqkbaaj779000"
}