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 0b15fe7 commit e6f658cCopy full SHA for e6f658c
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/TrifaToxService.java
@@ -1691,6 +1691,8 @@ private void start_queued_filetransfers()
1691
{
1692
Message m_resend_ft = (Message) ii.next();
1693
1694
+ friend_call_push_url(m_resend_ft.tox_friendpubkey, System.currentTimeMillis());
1695
+ Log.i(TAG, "start_ft:sent ping to push url");
1696
if (is_friend_online_real(tox_friend_by_public_key__wrapper(m_resend_ft.tox_friendpubkey)) != 0)
1697
1698
start_outgoing_ft(m_resend_ft);
0 commit comments