gdpelican / babble

Discourse Shoutbox plugin
MIT License
107 stars 63 forks source link

Fix ArgumentError Exception in Discourse 2.3.0.beta4 #277

Closed azawawi closed 5 years ago

azawawi commented 5 years ago

@gdpelican This basically fixes the exception which disables search auto-complete functionality in 2.3.0.beta4. The related discourse change is https://github.com/discourse/discourse/commit/f8b70f4ca3f17efde7f8d5e626f692ab0f16e92e.

The exception is:

ArgumentError (wrong number of arguments (given 3, expected 1..2))
/var/www/discourse/plugins/babble/app/models/group.rb:3:in `block in <class:Group>'
azawawi commented 5 years ago

@gdpelican Any update on this one?

gdpelican commented 5 years ago

Ack, sorry to have missed this one; this one should now be fixed in master. :)

azawawi commented 5 years ago

No worries :+1: