nextcloud / text

📑 Collaborative document editing using Markdown
GNU Affero General Public License v3.0
528 stars 85 forks source link

fix(LinkBubble): Fix logic to detect transactions without history #5954

Closed mejo- closed 2 days ago

mejo- commented 2 days ago

Fixes updating the link bubble when link got edited.

🏁 Checklist

max-nextcloud commented 2 days ago

/backport to stable29

backportbot[bot] commented 2 days ago

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

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

# Create the new backport branch
git checkout -b backport/5954/stable29

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

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

Error: No changes found in backport branch


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

mejo- commented 2 days ago

/backport to stable29