drop usage of historyKeeper.setConfig
This commit is contained in:
@@ -22,3 +22,12 @@ HK.getHash = function (msg, Log) {
|
||||
return msg.slice(0,64);
|
||||
};
|
||||
|
||||
// historyKeeper should explicitly store any channel
|
||||
// with a 32 character id
|
||||
HK.STANDARD_CHANNEL_LENGTH = 32;
|
||||
|
||||
// historyKeeper should not store messages sent to any channel
|
||||
// with a 34 character id
|
||||
HK.EPHEMERAL_CHANNEL_LENGTH = 34;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user