Commit c4a4b5bc authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added method #hasChangedHistory. JM-40


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@560 b35dd754-fafc-0310-a699-88a17e54d16e
parent 08335c10
......@@ -249,4 +249,15 @@ public class HistoryStrategy {
}
}
}
/**
* Returns true if there is a message within the history of the room that has changed the
* room's subject.
*
* @return true if there is a message within the history of the room that has changed the
* room's subject.
*/
public boolean hasChangedSubject() {
return roomSubject != null;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment