Because we are already paginating comments within a conversation, to add another pagination control (potentially up to 25 for each comment on a conversation page) would be madness and cause a lot of confusion.
I may, at a later date, consider making the "25 attachments" thing a hyperlink to open a window to navigate the attachments... but I wouldn't hold your breath on it.
Oh, and this hasn't deleted the attachments, if there is greater than 25 they just won't be shown in the UI.
If you have a comment identifier, then it is possible to see the attachment info using the API:
https://lfgss.microcosm.app/api/v1/comments/6222673/attachments
https://lfgss.microcosm.app/api/v1/comments/6222673/attachments?offset=25
https://lfgss.microcosm.app/api/v1/comments/6222673/attachments?offset=50
https://lfgss.microcosm.app/api/v1/comments/6222673/attachments?offset=75
https://lfgss.microcosm.app/api/v1/comments/6222673/attachments?offset=100
Because we are already paginating comments within a conversation, to add another pagination control (potentially up to 25 for each comment on a conversation page) would be madness and cause a lot of confusion.
I may, at a later date, consider making the "25 attachments" thing a hyperlink to open a window to navigate the attachments... but I wouldn't hold your breath on it.