Use unique IDs for replies, too
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Reply.java
index e9b7a1d..69769eb 100644 (file)
@@ -62,6 +62,7 @@ public interface Reply<T extends Reply<T>> extends Identified {
         * @return The ID of the reply
         */
        public String getId();
+       String getInternalId();
 
        /**
         * Returns the Sone that posted this reply.