Remove stale comment.

master
Denis Kasak 2020-07-15 11:22:47 +02:00
parent 62943f055d
commit 8a4a4140b3
1 changed files with 0 additions and 2 deletions

View File

@ -505,8 +505,6 @@ impl Room {
old_name: Option<String>,
new_name: Option<String>,
) -> HashMap<UserId, bool> {
// Must be called *before* any changes to the model.
let old_name_eq_class = match old_name {
None => HashSet::new(),
Some(name) => self.display_name_equivalence_class(&name),