http://git.plan9.i2p/cat/QuickMedia/commit/6b347e7310c501b826785e9639d962ba1d448b4b
\n " ) ; return true ; } else { // TODO: Make asynchronous. // TODO: Upload multiple files. if ( matrix - > post_file ( current_room_id , selected_files [ 0 ] ) ! = PluginResult : : OK ) { show_notification ( " QuickMedia " , " Failed to upload image to room " , Urgency : : CRITICAL ) ; return false ; } else { return true ; } } } else { fprintf ( stderr , " Error: invalid command: %s, expected /upload \n " , command . c_str ( ) ) ; return false ; } } //...