Skip to content

Commit 6179efa

Browse files
Merge pull request #1 from alexgamingdev/copilot/fix-mentations-issues
Fix broken @mention resolution on profile timeline
2 parents a7d0cea + 1eddd1f commit 6179efa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

profile/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<script type="module">
8888
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js";
8989
import { getAuth, onAuthStateChanged } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-auth.js";
90-
import { getFirestore, doc, getDoc, collection, query, where, orderBy, onSnapshot, setDoc, deleteDoc, serverTimestamp } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js";
90+
import { getFirestore, doc, getDoc, collection, query, where, orderBy, onSnapshot, setDoc, deleteDoc, serverTimestamp, getDocs } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js";
9191

9292
const firebaseConfig = {
9393
apiKey: "AIzaSyCz9fehRDGTBC7EQZehiVMNw7jUSSvzku4",
@@ -295,4 +295,4 @@
295295
});
296296
</script>
297297
</body>
298-
</html>
298+
</html>

0 commit comments

Comments
 (0)