[#11822] Own status updates are shown on other user profiles
This commit is contained in:
parent
ff02219080
commit
aee782d468
|
@ -189,9 +189,12 @@
|
||||||
:name topic
|
:name topic
|
||||||
:chat-name (str "#" topic)
|
:chat-name (str "#" topic)
|
||||||
:group-chat true
|
:group-chat true
|
||||||
:chat-type (if timeline?
|
:chat-type (cond timeline?
|
||||||
constants/timeline-chat-type
|
constants/timeline-chat-type
|
||||||
constants/public-chat-type)
|
profile-public-key
|
||||||
|
constants/profile-chat-type
|
||||||
|
:else
|
||||||
|
constants/public-chat-type)
|
||||||
:contacts #{}
|
:contacts #{}
|
||||||
:public? true
|
:public? true
|
||||||
:might-have-join-time-messages? (get-in cofx [:db :multiaccount :use-mailservers?])
|
:might-have-join-time-messages? (get-in cofx [:db :multiaccount :use-mailservers?])
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "v0.73.1",
|
"version": "v0.73.2",
|
||||||
"commit-sha1": "d21cd6aba1521ba30b79cfe71cf89088a35322fc",
|
"commit-sha1": "e29cca667a4afc4872d2f03bc76e46c0296a7348",
|
||||||
"src-sha256": "1if60j0kyw2llzia5xqqfk30iji8kvg5k7fq88q84nwx4pdpc04b"
|
"src-sha256": "03hsjgryrf187akbah5c9f8vkdn6ngp14221gqwcqkbaaj779000"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue