moderator-toolbox-nxg-for-reddit / modules/massmoderation/oldReddit/queueSidebarSorting

modules/massmoderation/oldReddit/queueSidebarSorting

Functions

createSidebarSortHandlers()

createSidebarSortHandlers(): object

Defined in: extension/data/modules/massmoderation/oldReddit/queueSidebarSorting.ts:28

Injects “sort by items” links into the old Reddit sidebar subscription box and returns a click handler. Only active on mod fakereddit pages (e.g. /r/mod).

Returns

object

An object with handleSortClick, which is null if not on a sortable page.

handleSortClick

handleSortClick: (() => void) | null