diff --git a/src/status_im/chat/models.cljs b/src/status_im/chat/models.cljs index 19c493c3e3..e54c78d58f 100644 --- a/src/status_im/chat/models.cljs +++ b/src/status_im/chat/models.cljs @@ -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?]) diff --git a/status-go-version.json b/status-go-version.json index a98289d860..f0187c175c 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -2,7 +2,7 @@ "_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh ' 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" }