Software /
code /
prosody-modules
Comparison
mod_csi_muc_priorities/mod_csi_muc_priorities.lua @ 3988:569f754bd126
mod_csi_muc_priorities: Adjust indentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 22 Apr 2020 12:42:42 +0200 |
parent | 3754:d77a61d81555 |
child | 3992:0233da912ab6 |
comparison
equal
deleted
inserted
replaced
3987:dddcf094af5c | 3988:569f754bd126 |
---|---|
94 end | 94 end |
95 table.sort(important); | 95 table.sort(important); |
96 table.sort(unimportant); | 96 table.sort(unimportant); |
97 end | 97 end |
98 return { | 98 return { |
99 important = important; | 99 important = important; |
100 unimportant = unimportant; | 100 unimportant = unimportant; |
101 }; | 101 }; |
102 end, function(fields, form_err, data) | 102 end, function(fields, form_err, data) |
103 if form_err then | 103 if form_err then |
104 return { status = "completed", error = { message = "Problem in submitted form" } }; | 104 return { status = "completed", error = { message = "Problem in submitted form" } }; |
105 end | 105 end |
106 local prioritized_jids = {}; | 106 local prioritized_jids = {}; |