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

Publish image and contact code when joining community #4011

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cammellos
Copy link
Contributor

@cammellos cammellos commented Sep 8, 2023

We publish a contact code as soon as we join a community, so that other users in the community can retrieve it

@status-im-auto
Copy link
Member

status-im-auto commented Sep 8, 2023

Jenkins Builds

Click to see older builds (8)
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ 0a47d06 #1 2023-09-08 14:34:46 ~2 min tests 📄log
✔️ 0a47d06 #1 2023-09-08 14:35:15 ~2 min linux 📦zip
✔️ 0a47d06 #1 2023-09-08 14:37:19 ~4 min ios 📦zip
✔️ 0a47d06 #1 2023-09-08 14:37:53 ~5 min android 📦aar
✖️ c7dec38 #2 2023-10-25 11:02:52 ~2 min tests 📄log
✔️ c7dec38 #2 2023-10-25 11:03:29 ~3 min linux 📦zip
✔️ c7dec38 #2 2023-10-25 11:05:33 ~5 min android 📦aar
✔️ c7dec38 #2 2023-10-25 11:10:04 ~10 min ios 📦zip
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ acbea6f #3 2023-10-25 11:09:22 ~3 min tests 📄log
✔️ acbea6f #3 2023-10-25 11:11:07 ~5 min linux 📦zip
✔️ acbea6f #3 2023-10-25 11:11:47 ~6 min android 📦aar
✔️ cddfe16 #4 2023-10-25 11:14:03 ~1 min linux 📦zip
✖️ cddfe16 #4 2023-10-25 11:17:02 ~4 min tests 📄log
✔️ cddfe16 #4 2023-10-25 11:18:02 ~5 min android 📦aar
✔️ cddfe16 #4 2023-10-25 11:23:26 ~8 min ios 📦zip
✖️ cddfe16 #5 2023-10-25 11:29:02 ~9 min tests 📄log

@cammellos cammellos force-pushed the feature/contact-code-when-community branch from 0a47d06 to c7dec38 Compare October 25, 2023 10:59
@cammellos cammellos self-assigned this Oct 25, 2023
@cammellos cammellos marked this pull request as ready for review October 25, 2023 11:04
@cammellos cammellos force-pushed the feature/contact-code-when-community branch from c7dec38 to acbea6f Compare October 25, 2023 11:05
@cammellos cammellos force-pushed the feature/contact-code-when-community branch from acbea6f to cddfe16 Compare October 25, 2023 11:12
@@ -791,6 +791,11 @@ func (m *Messenger) joinCommunity(ctx context.Context, communityID types.HexByte
if err = m.subscribeToCommunityShard(community.ID(), community.Shard()); err != nil {
return nil, err
}

if err = m.publishContactCodeInCommunity(community); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

Contact code is already triggered few lines below:

if err = m.PublishIdentityImage(); err != nil {

🤔

Copy link
Contributor

Choose a reason for hiding this comment

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

It was already addressed in this PR: #2745

publishIdentityImage is now triggered each time user joins a new community, this is to ensure other community members got updated with user details immediately

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.

3 participants