Skip to content

Save messages as drafts more often

A requested to merge discoverti/teleports:reduce-draft-timer into master

When on a conversation, a message was saved as draft after 15 seconds of inactivity (not typing).

The problem was if the user typed at least one char every 14 seconds the message was not saved as a draft. If the application was killed the message was not saved as draft and was lost.

The timer was reduced from 15 to 10 seconds, and is not reset if the user types a char anymore. That means a message is saved every 10 seconds as a draft.

Edited by A

Merge request reports