Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(chat_section_module): Don't force update icon and name for 1-1 chats #8870

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

igor-sirotin
Copy link
Contributor

Fixes #8273

What does the PR do

In ChatContentModule don't update name and icon for 1-1 chat. It will be updated with contact details change.

Affected areas

chat

Screenshot BEFORE

2022-12-21.11.35.34.mov

Screenshot AFTER

2022-12-21.11.38.05.mov

@status-im-auto
Copy link
Member

status-im-auto commented Dec 21, 2022

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 2c3c08d #1 2022-12-21 08:49:28 ~4 min linux-cpp 📄log
✔️ 2c3c08d #1 2022-12-21 08:49:40 ~5 min imports 📄log
✔️ 2c3c08d #1 2022-12-21 08:53:24 ~8 min macos 🍎dmg
✔️ 2c3c08d #1 2022-12-21 08:54:48 ~10 min linux 📦tgz
✔️ 2c3c08d #1 2022-12-21 09:13:03 ~28 min windows 💿exe
✖️ 2c3c08d #1 2022-12-21 09:13:22 ~28 min linux-e2e 📄log
✖️ 2c3c08d #2 2022-12-21 10:35:23 ~25 min linux-e2e 📄log
✖️ 2c3c08d #3 2022-12-21 15:32:37 ~22 min linux-e2e 📄log
✖️ 2c3c08d #4 2022-12-21 16:29:42 ~28 min linux-e2e 📄log
✖️ 2c3c08d #5 2022-12-21 18:21:42 ~23 min linux-e2e 📄log
✖️ 2c3c08d #6 2022-12-21 20:21:51 ~5 min linux-e2e 📄log
✖️ 2c3c08d #7 2022-12-21 20:49:25 ~26 min linux-e2e 📄log
✖️ 2c3c08d #8 2022-12-21 21:14:22 ~23 min linux-e2e 📄log
✖️ 2c3c08d #9 2022-12-21 21:52:46 ~19 min linux-e2e 📄log
✖️ 2c3c08d #10 2022-12-22 08:00:41 ~21 min linux-e2e 📄log
✔️ 2c3c08d #11 2022-12-22 08:25:25 ~22 min linux-e2e 📄log

Copy link
Member

@0x-r4bbit 0x-r4bbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM but I don't understand how this is causing a fix

@@ -1,6 +1,6 @@
import NimQml
import ../../../shared_models/message_model as pinned_msg_model
import ../../../../../app_service/service/contacts/dto/contacts as contacts_dto
import ../../../../../app_service/service/chat/dto/chat as chat_dto
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually views shouldn't have access to the dto under our architecture, but it was already accessing one and TBH, it's an annoying rule, so I'll let it slide lol

@igor-sirotin igor-sirotin merged commit eb9f946 into master Dec 22, 2022
@igor-sirotin igor-sirotin deleted the fix/issue-8273 branch December 22, 2022 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chat toolbar sometimes shows letter identicon, even though profile image is available
4 participants