Mercurial Hosting > chat
diff src/lib/User.luan @ 41:818697418dbe
add voice link
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 27 Feb 2025 19:05:57 -0700 |
parents | 7ea33179592a |
children | 42b741a1d5c6 |
line wrap: on
line diff
--- a/src/lib/User.luan Thu Feb 27 16:44:20 2025 -0700 +++ b/src/lib/User.luan Thu Feb 27 19:05:57 2025 -0700 @@ -36,6 +36,7 @@ was_notified = doc.was_notified=="true" notify_email = doc.notify_email multi_notify = doc.multi_notify=="true" + voice_url = doc.voice_url } end @@ -48,6 +49,7 @@ was_notified = user.was_notified and "true" or nil notify_email = user.notify_email multi_notify = user.multi_notify and "true" or nil + voice_url = user.voice_url } end