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(teams): Track team name updates #14354

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

nickvergessen
Copy link
Member

☑️ Resolves

  • Add a team to a conversation
  • Rename the team
  • Check name in chat where it was added or mentioned 🏁
  • Check name in participant list, before 💥 after 🏁

🛠️ API Checklist

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

@nickvergessen nickvergessen force-pushed the bugfix/noid/listen-to-team-rename branch from 852fe60 to 9ec86e5 Compare February 11, 2025 15:05
@nickvergessen
Copy link
Member Author

/backport to stable31

@nickvergessen
Copy link
Member Author

/backport to stable30

@nickvergessen
Copy link
Member Author

/backport to stable29

@nickvergessen nickvergessen merged commit a051556 into main Feb 11, 2025
78 checks passed
@nickvergessen nickvergessen deleted the bugfix/noid/listen-to-team-rename branch February 11, 2025 18:05
Copy link

backportbot bot commented Feb 11, 2025

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/14354/stable30

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 9ec86e58

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/14354/stable30

Error: Failed to push branch backport/14354/stable30: fatal: could not read Username for 'https://github.com': No such device or address


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug feature: api 🛠️ OCS API for conversations, chats and participants feature: conversations 👥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants