Skip to content

Conversation

@neet
Copy link
Owner

@neet neet commented Nov 24, 2025

Follow-up for #1357

Copilot AI review requested due to automatic review settings November 24, 2025 07:35
@github-actions
Copy link

github-actions bot commented Nov 24, 2025

size-limit report 📦

Path Size
rest 3.84 KB (0%)
streaming 3.84 KB (0%)
oauth 3.84 KB (0%)

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 24, 2025

Open in StackBlitz

npm i https://pkg.pr.new/neet/masto.js/masto@1358

commit: a9448f9

Copilot finished reviewing on behalf of neet November 24, 2025 07:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for two new notification types: quote (when someone quotes your status) and quoted_update (when a status you've quoted is edited), as a follow-up to #1357.

Key Changes:

  • Added QuoteNotification and QuotedUpdateNotification types to the notification entities
  • Added QuoteNotificationGroup and QuotedUpdateNotificationGroup types to the grouped notifications entities
  • Updated both NotificationRegistry and NotificationGroupRegistry interfaces to include the new notification types

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/mastodon/entities/v1/notification.ts Adds QuoteNotification and QuotedUpdateNotification type definitions and registers them in NotificationRegistry
src/mastodon/entities/v1/grouped-notifications.ts Adds QuoteNotificationGroup and QuotedUpdateNotificationGroup type definitions and registers them in NotificationGroupRegistry

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@neet neet merged commit b5eea21 into main Nov 24, 2025
7 checks passed
@neet neet deleted the v2-quote branch November 24, 2025 07:43
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