Backend: Fixed emoji context merging
This commit is contained in:
parent
f23aae4ac7
commit
c3e7791b3e
|
@ -33,7 +33,7 @@ impl EmojiContext {
|
||||||
|
|
||||||
self.0.extend(
|
self.0.extend(
|
||||||
more.iter()
|
more.iter()
|
||||||
.filter(|&e| existing.contains(&e.emoji.0.shortcode))
|
.filter(|&e| !existing.contains(&e.emoji.0.shortcode))
|
||||||
.cloned(),
|
.cloned(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue