Added messaging functions
This commit is contained in:
@@ -324,6 +324,11 @@ def init_routes(main_bp):
|
||||
def starred():
|
||||
return render_template('starred/starred.html')
|
||||
|
||||
@main_bp.route('/conversations')
|
||||
@login_required
|
||||
def conversations():
|
||||
return redirect(url_for('conversations.conversations'))
|
||||
|
||||
@main_bp.route('/trash')
|
||||
@login_required
|
||||
def trash():
|
||||
|
||||
Reference in New Issue
Block a user