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: Adjust time intervals for relative time #6017

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Aug 26, 2024

☑️ Resolves

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Aug 26, 2024
@susnux susnux added this to the 8.17.1 milestone Aug 26, 2024
@susnux
Copy link
Contributor Author

susnux commented Aug 26, 2024

/backport to next

@susnux susnux merged commit 47e15cd into master Aug 29, 2024
19 checks passed
@susnux susnux deleted the fix/relative-time branch August 29, 2024 12:13
Copy link

backportbot bot commented Aug 29, 2024

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

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

# Create the new backport branch
git checkout -b backport/6017/next

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

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

Error: Failed to push branch backport/6017/next: 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 Waiting for reviews backport-request bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: "X minutes ago" should switch to "An hour ago" a lot earlier
4 participants