mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Send forum title and hostname along with version check
This commit is contained in:
parent
3901ddd153
commit
5c986be753
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,11 @@ module DiscourseHub
|
|||
|
||||
|
||||
def self.discourse_version_check
|
||||
get('/version_check', {installed_version: Discourse::VERSION::STRING})
|
||||
get('/version_check', {
|
||||
installed_version: Discourse::VERSION::STRING,
|
||||
forum_title: SiteSetting.title,
|
||||
forum_domain: Discourse.current_hostname
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue