Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #92 was successful Changes by wroot <wrooot@users.noreply.github.com>

Code commits

Spark (master)

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 572dbb0d767de585875c54ebdabac7e9d2e95fe5

    Merge pull request #404 from guusdk/SPARK-2029_no-voice-check-in-mucs
    SPARK-2029: Don't check for voice

  • Guus der Kinderen

    Guus der Kinderen 8a6b1a8ef2aba5a4404f46210f9e199f0bbae8e5 m

    SPARK-2029: Don't check for voice
    Upon receiving messages to be displayed in a chat room UI, don't explicity check if the
    sender has voice (the server will have done this). This commit replaces the check with
    a check to verify that the sender is a participant in the room (and I'm not even sure if
    that's warranted).

    • core/src/main/java/org/jivesoftware/spark/ui/rooms/GroupChatRoom.java (version 8a6b1a8ef2aba5a4404f46210f9e199f0bbae8e5)