Git Product home page Git Product logo

Comments (6)

pixincreate avatar pixincreate commented on June 16, 2024 2

Just created a pull request for that:)

from watomatic.

adeekshith avatar adeekshith commented on June 16, 2024

Hi @pixincreate Thanks for reporting this in detail.
As for the not replying for more than one messages issue, this is caused by this line:

private final int DELAY_BETWEEN_REPLY_IN_MILLISEC = 20 * 1000;

Where you can see 20*1000 ms or 20 second relax time between replies. This is causing it. This was introduced to prevent infinite loop if both users contacting each other have Watomatic enabled.

May be 20 seconds is too much. Reducing it to 10 seconds might make it unnoticeable for general users.

I can fix this in a minute but would like to ask if you would like to gain some contribution points 😃.
This is what you should do: find line 29 in this file /app/src/main/java/com/parishod/watomatic/NotificationService.java , change 20 * 1000 to 10 * 1000 and raise a pull request. Easy peasy is'nt it?

Would you like to do that as your first contribution? Let us know

from watomatic.

adeekshith avatar adeekshith commented on June 16, 2024

Great job! 😃
Tiny change is required which I commented in the PR.

#107 (comment)

from watomatic.

adeekshith avatar adeekshith commented on June 16, 2024

Yayy! Congrats! 🎉 Your first contribution made it to the main repo.
Will move the discussion you posted to another issue and close this one.

from watomatic.

adeekshith avatar adeekshith commented on June 16, 2024

You should be able to see your contibutions here: contributors.
Looking forward for future contributions! Feel free to raise more issues or PRs in the future and also feel free to ask for help 😊

Moved your discussion here: #111

from watomatic.

adeekshith avatar adeekshith commented on June 16, 2024

Attributed your fix in release notes:

Feel free to follow the page (⭐️ it or follow it) for more contributing opportunities. 😃

from watomatic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.