Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Nested replies on wrong level #38

Closed
mpfau opened this issue Mar 27, 2015 · 3 comments
Closed

Nested replies on wrong level #38

mpfau opened this issue Mar 27, 2015 · 3 comments
Assignees

Comments

@mpfau
Copy link

mpfau commented Mar 27, 2015

Nested replies are drawn on the wrong level. Example:

@found "A", ->
  @message "1", "B",->
    @message "2", "A",->
      @reply 3

In this case, the response should be drawn from A to B. Unfortunately it is drawn from B to A.

To reproduce this, use http://jumly.tmtk.net/try.html

@tmtk75
Copy link
Owner

tmtk75 commented Mar 31, 2015

Thanks for reporting! I understand this issue.
That's a case I've never considered. Let me fix.

@tmtk75 tmtk75 self-assigned this Mar 31, 2015
tmtk75 added a commit that referenced this issue Apr 1, 2015
@tmtk75 tmtk75 closed this as completed in 1d24b94 Apr 1, 2015
@tmtk75
Copy link
Owner

tmtk75 commented Apr 1, 2015

@mpfau I think it's fixed at 1d24b94. Please take a look if you have a time!

@mpfau
Copy link
Author

mpfau commented Apr 13, 2015

@tmtk75 great, thank you! Works as expected now 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants