|
|
|
@ -228,7 +228,21 @@
|
|
|
|
|
window.log.warn(`Could not set up channel for ${conversation.id}`);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
window.lokiRssAPI = new window.LokiRssAPI();
|
|
|
|
|
window.feeds = []
|
|
|
|
|
window.feeds.push(new window.LokiRssAPI({
|
|
|
|
|
RSS_FEED: 'https://loki.network/category/messenger-updates/feed/',
|
|
|
|
|
CONVO_ID: 'rss://loki.network/category/messenger-updates/feed/',
|
|
|
|
|
title: 'Messenger updates',
|
|
|
|
|
closeable: false
|
|
|
|
|
}));
|
|
|
|
|
/*
|
|
|
|
|
window.feeds.push(new window.LokiRssAPI({
|
|
|
|
|
RSS_FEED: 'https://loki.network/feed/',
|
|
|
|
|
CONVO_ID: 'rss://loki.network/feed/',
|
|
|
|
|
title: 'Loki.network News',
|
|
|
|
|
closeable: true
|
|
|
|
|
}));
|
|
|
|
|
*/
|
|
|
|
|
window.lokiP2pAPI = new window.LokiP2pAPI(ourKey);
|
|
|
|
|
window.lokiP2pAPI.on('pingContact', pubKey => {
|
|
|
|
|
const isPing = true;
|
|
|
|
|