emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
390 stars 51 forks source link

Using circe-display-images can lookup Emacs when retrieving images #410

Open Thaodan opened 2 years ago

Thaodan commented 2 years ago

When entering a channel that has many images send at the same time e.g. during playback Emacs can look up during retrieving of the URL. From what I've read in the original PR adding the feature #320 this could be the fault of using url-retrieve-synchronously to retrieve the image.

wasamasa commented 2 years ago

Feel free to hand in a PR improving upon the suggestions mentioned in #320.