mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-25 07:30:46 +08:00
feat: add comment sorting
This commit is contained in:
10
src/main/java/com/openisle/model/CommentSort.java
Normal file
10
src/main/java/com/openisle/model/CommentSort.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.openisle.model;
|
||||
|
||||
/**
|
||||
* Sort options for comments.
|
||||
*/
|
||||
public enum CommentSort {
|
||||
NEWEST,
|
||||
OLDEST,
|
||||
MOST_INTERACTIONS
|
||||
}
|
||||
Reference in New Issue
Block a user