forked from I2P_Developers/i2p.i2p
i2psnark: Initial support for ut_comment, no UI yet
This commit is contained in:
@@ -11,6 +11,9 @@ import net.i2p.update.*;
|
||||
import net.i2p.util.Log;
|
||||
import net.i2p.util.SimpleTimer2;
|
||||
|
||||
import org.klomp.snark.comments.CommentSet;
|
||||
|
||||
|
||||
/**
|
||||
* The downloader for router signed updates.
|
||||
*
|
||||
@@ -299,6 +302,16 @@ class UpdateRunner implements UpdateTask, CompleteListener {
|
||||
return _smgr.getSavedUploaded(snark);
|
||||
}
|
||||
|
||||
/** @since 0.9.31 */
|
||||
public CommentSet getSavedComments(Snark snark) {
|
||||
return _smgr.getSavedComments(snark);
|
||||
}
|
||||
|
||||
/** @since 0.9.31 */
|
||||
public void locked_saveComments(Snark snark, CommentSet comments) {
|
||||
_smgr.locked_saveComments(snark, comments);
|
||||
}
|
||||
|
||||
//////// end CompleteListener methods
|
||||
|
||||
private static String linkify(String url) {
|
||||
|
||||
Reference in New Issue
Block a user