Updated grpc package. Bug fixes on 3DS

This commit is contained in:
Jemma
2024-01-02 12:47:48 -06:00
parent de4498d2ca
commit ab36342487

View File

@@ -6,11 +6,11 @@
<h3>Post has been removed.</h3> <h3>Post has been removed.</h3>
</div> </div>
<%} else {%> <%} else {%>
<% if(post.removed && moderator) {%> <% if (post.removed && moderator) { %>
<div class="post-body-content removed"> <div class="post-body-content removed">
<h3>Post has been removed.</h3> <h3>Post has been removed.</h3>
</div> </div>
<%}> <% } %>
<div class="post-user-info-wrapper" id="<%= post.id %>"> <div class="post-user-info-wrapper" id="<%= post.id %>">
<img class="user-icon <%if(post.verified) {%>verified<%}%>" src="https://pretendo-cdn.b-cdn.net<%= post.mii_face_url.substring(post.mii_face_url.lastIndexOf('/mii')) %>" data-pjax="/users/show?pid=<%= post.pid %>"> <img class="user-icon <%if(post.verified) {%>verified<%}%>" src="https://pretendo-cdn.b-cdn.net<%= post.mii_face_url.substring(post.mii_face_url.lastIndexOf('/mii')) %>" data-pjax="/users/show?pid=<%= post.pid %>">
<div class="post-meta-wrapper"> <div class="post-meta-wrapper">