fix: send presence too often
This commit is contained in:
parent
32da76b9a2
commit
d404f902bf
4 changed files with 36 additions and 74 deletions
|
@ -94,8 +94,7 @@ impl Database {
|
|||
roomuserdataid_accountdata: db.open_tree("roomuserdataid_accountdata").unwrap(),
|
||||
},
|
||||
global_edus: global_edus::GlobalEdus {
|
||||
//globalallid_globalall: db.open_tree("globalallid_globalall").unwrap(),
|
||||
globallatestid_globallatest: db.open_tree("globallatestid_globallatest").unwrap(), // Presence
|
||||
presenceid_presence: db.open_tree("presenceid_presence").unwrap(), // Presence
|
||||
},
|
||||
media: media::Media {
|
||||
mediaid_file: db.open_tree("mediaid_file").unwrap(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue