r-a-y / bp-reply-by-email

Reply to BuddyPress items from the comfort of your email inbox. Currently in pre-release.
GNU General Public License v2.0
63 stars 9 forks source link

bbPress - Slight problem with replies and indenting #114

Open normancates opened 6 years ago

normancates commented 6 years ago

First, I love that this is available for free. I managed to get Sparkpost working by using Postman as a tool for sending API commands. I highly recommend it.

Anyway, one minor wrinkle.

For my posts, I have a reply depth of 2 set up to avoid reply creep.

But if I reply via email to a post that is already at a depth of 2, it the reply comes in with a depth of 3.

Post 1 ----Reply 1 ------Reply 2

This is where it would normally stop. No one can reply to Reply 2.

BUT if I reply to Reply 2 via email, then I get:

Post 1 ----Reply 1 ------Reply 2 ---------Reply 3 (via email)

Now we can't reply any further to increase the depth further. So this is not a big problem.

Just a bit inconvenient.

Ideally Reply By Email would respect the depth settings for posts.

Cheers, Norm

r-a-y commented 6 years ago

Thanks for the report. I'll take a look at this when I can.