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

Add default permalink to access rooms by link #1072

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

yostyle
Copy link
Contributor

@yostyle yostyle commented Jun 24, 2024

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

Motivation and context

#1040

Screenshots / GIFs

Before After
image image

Tests

  • Step 1
  • Step 2
  • Step ...

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@yostyle yostyle self-assigned this Jun 24, 2024
Copy link
Contributor

@NicolasBuquet NicolasBuquet left a comment

Choose a reason for hiding this comment

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

Je ne vois pas où les modifications ajoutent les paramètres via dans le cas de construction de permalink a partir de roomId ?

@yostyle
Copy link
Contributor Author

yostyle commented Jun 24, 2024

Je ne vois pas où les modifications ajoutent les paramètres via dans le cas de construction de permalink a partir de roomId ?

J'appelle la méthode createRoomPermalink au lieu de createPermalink quand il s'agit d'un roomId

@NicolasBuquet
Copy link
Contributor

Je ne vois pas où les modifications ajoutent les paramètres via dans le cas de construction de permalink a partir de roomId ?

J'appelle la méthode createRoomPermalink au lieu de createPermalink quand il s'agit d'un roomId

Ok, mais sans le paramètres via. Hors, si on crée le permalink à partir du roomId, les via deviennent nécessaires cross homeServers.

@yostyle
Copy link
Contributor Author

yostyle commented Jun 24, 2024

Je ne vois pas où les modifications ajoutent les paramètres via dans le cas de construction de permalink a partir de roomId ?

J'appelle la méthode createRoomPermalink au lieu de createPermalink quand il s'agit d'un roomId

Ok, mais sans le paramètres via. Hors, si on crée le permalink à partir du roomId, les via deviennent nécessaires cross homeServers.

Comme tu peux le voir dans le screenshot le paramètre via est présent. Il est calculé et ajouté par défaut sur Android. C'est pour cette raison que je t'ai proposé d'en faire de même sur iOS quand on génére un lien avec le roomId.


fun computeViaParams(userId: String, roomId: String, max: Int): List<String> {

@yostyle yostyle merged commit fca36c0 into develop Jun 24, 2024
17 of 18 checks passed
@yostyle yostyle deleted the yostyle/workaround_roomaccessbylink branch June 24, 2024 17:25
@NicolasBuquet
Copy link
Contributor

Ok, d'accord. Je vois maintenant. Good.

Copy link
Contributor

@NicolasBuquet NicolasBuquet left a comment

Choose a reason for hiding this comment

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

C'est bon pour moi.

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.

2 participants