-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust date of comments that are changed to answers on /questions #2099
Comments
Let's work on ensuring the dates are set to the original comment date first. Then, we can suppress the emails by removing this line: plots2/app/controllers/comment_controller.rb Line 161 in ceb7d05
Thanks, @steviepubliclab !! |
Hi @steviepubliclab, I have implemented this feature so I am well familiar with the code.Can I help to resolve this? Thanks. |
@Gauravano yes please, that would be fantastic!! |
Thanks, @jywarren .Actually @jywarren @steviepubliclab I have a suggestion regarding email like we have an email for a new answer, comment.etc. Can we make notification mail for this feature too? |
Hi, i think we already notify for new answers and comments, but we have
been interested in a "welcome email" feature for when people sign up for
the site initially. Would you wan to make a new issue for that and we can
try to draft what such an email should include?
Thanks, Gaurav!
…On Sun, Feb 4, 2018 at 1:54 PM, Gaurav Sachdeva ***@***.***> wrote:
Thanks, @jywarren <https://github.com/jywarren> .Actually @jywarren
<https://github.com/jywarren> @steviepubliclab
<https://github.com/steviepubliclab> I have a suggestion regarding email
like we have an email for a new answer, comment.etc. Can we make
notification mail for this feature too?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2099 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ3Yro6EaYlONROlqrp-JG_TUnjjmks5tRfzmgaJpZM4Rr_kl>
.
|
I am definitely interested in taking this one.Thanks, Jeff. |
awesome!!!
…On Mon, Feb 5, 2018 at 4:00 PM, Gaurav Sachdeva ***@***.***> wrote:
I am definitely interested in taking this one.Thanks, Jeff.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2099 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ5gScciRD6pq5v2UWhoOu9VV2gNlks5tR2vygaJpZM4Rr_kl>
.
|
A new feature was added that allows people to move comments on /questions to answers. However, when comments are now adjusted, a new email goes out and the date of the original post is not maintained.
Here's a link to the code:
plots2/app/controllers/comment_controller.rb
Lines 154 to 157 in ceb7d05
The text was updated successfully, but these errors were encountered: