yuya373 / emacs-slack

slack client for emacs
1.11k stars 117 forks source link

Remove predicate for emojify new data format #531

Closed TerryTsao closed 3 years ago

TerryTsao commented 3 years ago

Emojify has changed its data format. This predicate lambda is not compatible.

Since this emojify commit, data format has been changed from ht to a list.

Removing this predicate works fine for users since now the filtering task has been forwarded to completion frameworks like ivy or helm. Tested in spacemacs using ivy.

Feel free to make any modification as you see fit.

yuya373 commented 3 years ago

fixed in 9cf38a4f0667be926f15e038ab347d9cc5d5d5ae thanks for pull request