fix the activity center crash when replying with an image (#16281)
This commit is contained in:
parent
1ab57851d2
commit
4f4489ee51
|
@ -192,4 +192,5 @@
|
|||
|
||||
(defn replace-port
|
||||
[url new-port]
|
||||
(string/replace url #"(:\d+)" (str ":" new-port)))
|
||||
(when url
|
||||
(string/replace url #"(:\d+)" (str ":" new-port))))
|
||||
|
|
Loading…
Reference in New Issue