Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: Fixed community channel emoji not updated #10534

Merged
merged 1 commit into from
May 3, 2023
Merged

Conversation

igor-sirotin
Copy link
Contributor

Fixes #10190

What does the PR do

  1. Fix that the community channel emoji wasn't updating on change
  2. Hide "requested community doesn't exists" for empty communityId
  3. Fix "loading chats" indicator alignment

@igor-sirotin igor-sirotin requested review from jrainville, a team and Cuteivist and removed request for a team May 3, 2023 13:46
@status-im-auto
Copy link
Member

status-im-auto commented May 3, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 2188b14 #1 2023-05-03 13:52:55 ~5 min tests/imports 📄log
✔️ 2188b14 #1 2023-05-03 13:53:38 ~6 min tests/nim 📄log
✔️ 2188b14 #1 2023-05-03 13:56:23 ~9 min macos/aarch64 🍎dmg
✔️ 2188b14 #1 2023-05-03 14:00:47 ~13 min macos/x86_64 🍎dmg
✔️ 2188b14 #1 2023-05-03 14:02:58 ~15 min linux/x86_64 📦tgz
✔️ 2188b14 #1 2023-05-03 14:11:31 ~24 min tests/e2e 📄log
✔️ 2188b14 #1 2023-05-03 14:24:14 ~37 min windows/x86_64 💿exe

@@ -665,8 +665,11 @@ QtObject:
return toSeq(self.getFilteredCuratedCommunities.values)

proc getCommunityById*(self: Service, communityId: string): CommunityDto =
if(not self.communities.hasKey(communityId)):
error "error: requested community doesn't exists", communityId
if communityId == "":
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we have a deeper issue here? Why are we calling getCommunityById with an empty string? It's probably nothing, but it would be nice to know.
Not that it needs to be fixed in this PR, it's just that this change will hide the symptom so we'll forget haha

@igor-sirotin igor-sirotin merged commit f656088 into master May 3, 2023
@igor-sirotin igor-sirotin deleted the fix/issue-10190 branch May 3, 2023 17:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When the owner of a community adds/changes a channel emoji, community members can not see the changes.
4 participants