discourse/plugins/discourse-narrative-bot
Jarek Radosz 5c9bb73ffe
DEV: Remove discobot pm scrolling code (#19300)
1. Originally the feature did "Scroll to new posts when user is near bottom of PM" (74e1889924)
2. Then that feature was limited to "Only scroll to posts that are not your own in PMs." (4a26561927)
3. It was limited further to "Only scroll PMs on new message" (eaf7746ec9)
4. And later to "only scroll to bottom for discobot" (267d129f38)
5. And the code was relegated to new-user-narrative plugin (48b7696dbc)

I don't think it's worth it to keep this scrolling code just for this very small specific case.

This did potentially confict with other post scrolling code, and also using `modifyClass` is something we'd like to avoid.
2022-12-03 18:35:54 +01:00
..
assets DEV: Remove discobot pm scrolling code (#19300) 2022-12-03 18:35:54 +01:00
autoload/jobs DEV: Fix paths for narrative bot jobs (#16924) 2022-05-26 13:19:55 +01:00
config Update translations (#19150) 2022-11-22 15:01:19 +01:00
db DEV: Promote historic post_deploy migrations 2021-06-23 17:43:38 +01:00
lib/discourse_narrative_bot FIX: allow extra whitespace when asking discobot to perform a bot command (#17738) 2022-08-18 13:32:30 -04:00
public/images remove unnecessary symlink 2019-11-29 22:23:43 +01:00
spec FIX: allow extra whitespace when asking discobot to perform a bot command (#17738) 2022-08-18 13:32:30 -04:00
plugin.rb DEV: Transpile all plugin js by default (#17175) 2022-06-21 22:07:10 +02:00