Merge branch 'master' of https://github.com/gabek/owncast
This commit is contained in:
@@ -108,6 +108,7 @@ GW TODO:
|
||||
<img
|
||||
v-bind:src="message.image"
|
||||
class="message-avatar rounded-full bg-black bg-opacity-50"
|
||||
v-bind:style="{ backgroundColor: message.userColor() }"
|
||||
/>
|
||||
<div class="message-content">
|
||||
<p class="message-author text-white font-bold">{{ message.author }}</p>
|
||||
@@ -145,6 +146,7 @@ GW TODO:
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="js/usercolors.js"></script>
|
||||
<script src="js/config.js"></script>
|
||||
<script src="js/utils.js"></script>
|
||||
<script src="js/message.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user