Skip to content

Conversation

@joshtrichards
Copy link
Member

Fixes #270

Fixes #270 

Signed-off-by: Josh <josh.t.richards@gmail.com>
@joshtrichards joshtrichards added bug Something isn't working 3. to review labels Jan 12, 2026
Signed-off-by: Josh <josh.t.richards@gmail.com>
Copy link
Contributor

@kyteinsky kyteinsky left a comment

Choose a reason for hiding this comment

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

thanks a lot! 🚀

@kyteinsky kyteinsky merged commit 47036c0 into main Jan 13, 2026
27 checks passed
@kyteinsky kyteinsky deleted the jtr/fix-notifications-270 branch January 13, 2026 04:02
@kyteinsky
Copy link
Contributor

/backport to stable32

@backportbot
Copy link

backportbot bot commented Jan 13, 2026

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

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

# Create the new backport branch
git checkout -b backport/317/stable32

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

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

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress
fatal: cherry-pick failed


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

@kyteinsky
Copy link
Contributor

/backport 47036c0 to stable32

backportbot bot pushed a commit that referenced this pull request Jan 13, 2026
* fix: use absolute URL in notifications

Fixes #270 

Signed-off-by: Josh <josh.t.richards@gmail.com>

* chore: fixup typo (oops)

Signed-off-by: Josh <josh.t.richards@gmail.com>

---------

Signed-off-by: Josh <josh.t.richards@gmail.com>
kyteinsky pushed a commit that referenced this pull request Jan 13, 2026
* fix: use absolute URL in notifications

Fixes #270 



* chore: fixup typo (oops)



---------

Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
@kyteinsky kyteinsky mentioned this pull request Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notification absolute URL error logs

3 participants