mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Chat summary email link in subfolder setups (#25188)
This regressed in 2791e75072. That commit
fixed subfolder URLs in general, but the `full_url` was adding the
subfolder prefix a second time, thus breaking this URL in emails.
This commit is contained in:
@@ -236,7 +236,7 @@ module Chat
|
||||
end
|
||||
|
||||
def full_url
|
||||
"#{Discourse.base_url}#{url}"
|
||||
"#{Discourse.base_url_no_prefix}#{url}"
|
||||
end
|
||||
|
||||
def url
|
||||
|
||||
Reference in New Issue
Block a user