rampatra / jbot

Make Slack and Facebook Bots in Java.
GNU General Public License v3.0
1.2k stars 352 forks source link

Gather conversation methods first to prevent these from using as event methods #175

Open angdev opened 4 years ago

angdev commented 4 years ago

It fixes #147.

Since the iteration order of controller methods is not stable, sometimes conversation methods have registered as fallback methods.

angdev commented 4 years ago

@rampatra Could you review this change? I appreciate it if you could. Thank you.