#1613 Roster of deleted user pushed to roster cache
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Priority-Medium
Type-Defect
Status-Accepted
Zash
on
prosody> user:delete"foo@localhost"
| OK: User deleted
datamanager debug Removing empty accounts datastore for user foo@localhost
rostermanager debug load_roster: asked for: foo@localhost
rostermanager debug load_roster: loading for offline user: foo@localhost
rostermanager debug load_roster: caching loaded roster
Should just be an empty roster at that point, but it serves no purpose taking up a slot in the roster cache.
prosody> user:delete"foo@localhost" | OK: User deleted datamanager debug Removing empty accounts datastore for user foo@localhost rostermanager debug load_roster: asked for: foo@localhost rostermanager debug load_roster: loading for offline user: foo@localhost rostermanager debug load_roster: caching loaded roster Should just be an empty roster at that point, but it serves no purpose taking up a slot in the roster cache.