We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f97e6b commit ff1dd2fCopy full SHA for ff1dd2f
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/TrifaToxService.java
@@ -1693,7 +1693,7 @@ private void start_queued_filetransfers()
1693
1694
if (m_resend_ft.sent_push < 1)
1695
{
1696
- friend_call_push_url(m_resend_ft.tox_friendpubkey, System.currentTimeMillis());
+ friend_call_push_url(m_resend_ft.tox_friendpubkey, m_resend_ft.sent_timestamp);
1697
}
1698
Log.i(TAG, "start_ft:sent ping to push url");
1699
if (is_friend_online_real(tox_friend_by_public_key__wrapper(m_resend_ft.tox_friendpubkey)) != 0)
0 commit comments