mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Dismissing the contact request popup only marks the messages from the contact in scope as being noticed.
This commit is contained in:
@@ -379,6 +379,12 @@ JNIEXPORT jint Java_com_b44t_messenger_MrMailbox_marknoticedChat(JNIEnv *env, jc
|
||||
}
|
||||
|
||||
|
||||
JNIEXPORT jint Java_com_b44t_messenger_MrMailbox_marknoticedContact(JNIEnv *env, jclass cls, jint contact_id)
|
||||
{
|
||||
return (jlong)mrmailbox_marknoticed_contact(get_mrmailbox_t(env, cls), contact_id);
|
||||
}
|
||||
|
||||
|
||||
JNIEXPORT jint Java_com_b44t_messenger_MrMailbox_archiveChat(JNIEnv *env, jclass cls, jint chat_id, jint archive)
|
||||
{
|
||||
return (jlong)mrmailbox_archive_chat(get_mrmailbox_t(env, cls), chat_id, archive);
|
||||
|
||||
Reference in New Issue
Block a user