Remora/Remora.Discord

[Bug]: Pagination does not respect source user

VelvetToroyashi opened this issue · 0 comments

Description

When using pagination, any user can update the page selection, regardless of specified user.

Steps to Reproduce

Create a set of pages, pass them to FeedbackService#SendPaginatedMessageAsync, and then let anyone push the buttons.

Expected Behavior

An ephemeral message is dispatched, or the interaction is acknowledged and ignored.

Current Behavior

The page erroneously updates when a user pushes the button.

Library / Runtime Information

This affects Remora.Discord.Interactivity 4.5.1 and prior.