Organize room list by last received message (ref #11)

This commit is contained in:
Tulir Asokan
2018-04-23 22:49:17 +03:00
parent 16406d6c91
commit 1e8705319a
4 changed files with 139 additions and 98 deletions

View File

@ -17,7 +17,9 @@
package open
import (
"os"
"os/exec"
"path/filepath"
)
const FileProtocolHandler = "url.dll,FileProtocolHandler"