Bug fixes:
- Don't request history of explore - Added method to update contacts on relay - Replace timeline view upon history loaded for various views - Don't re-apply view if already on it - Change how much history to request on explore page if viewed it recently
This commit is contained in:
parent
587c2c3b32
commit
9fa6974914
4 changed files with 71 additions and 20 deletions
|
@ -15,12 +15,6 @@ function contacts_process_event(contacts, our_pubkey, ev) {
|
|||
}
|
||||
}
|
||||
|
||||
/* contacts_push_relay sends your contact list to the desired relay.
|
||||
*/
|
||||
function contacts_push_relay(contacts, relay) {
|
||||
log_warn("contacts_push_relay not implemented");
|
||||
}
|
||||
|
||||
/* contacts_save commits the contacts data to storage.
|
||||
*/
|
||||
async function contacts_save(contacts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue