mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-15 21:45:07 -05:00
use zero width white space as message seperator
This commit is contained in:
parent
f84ccbe1fa
commit
51aeeb766c
@ -17,7 +17,7 @@ public class Message extends AbstractEntity {
|
|||||||
|
|
||||||
public static final String TABLENAME = "messages";
|
public static final String TABLENAME = "messages";
|
||||||
|
|
||||||
public static final String MERGE_SEPARATOR = "\u2029\n\n";
|
public static final String MERGE_SEPARATOR = "\u200B\n\n";
|
||||||
|
|
||||||
public static final int STATUS_RECEIVED = 0;
|
public static final int STATUS_RECEIVED = 0;
|
||||||
public static final int STATUS_UNSEND = 1;
|
public static final int STATUS_UNSEND = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user