Skip to content

Bot.onUnlike event

Bot.onUnlike event #69

GitHub Actions / Test Results succeeded Feb 2, 2025 in 0s

All 126 tests pass in 3m 26s

  1 files  ±0    7 suites  ±0   3m 26s ⏱️ +30s
126 tests +1  126 ✅ +1  0 💤 ±0  0 ❌ ±0 
160 runs  +1  160 ✅ +1  0 💤 ±0  0 ❌ ±0 

Results for commit 80e8250. ± Comparison against earlier commit 4591cbc.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

126 tests found

There are 126 tests, see "Raw output" for the full list of tests.
Raw output
./src/bot-impl.test.ts ‑ BotImpl.authorizeFollow()
./src/bot-impl.test.ts ‑ BotImpl.countFollowers()
./src/bot-impl.test.ts ‑ BotImpl.countOutbox()
./src/bot-impl.test.ts ‑ BotImpl.dispatchActor()
./src/bot-impl.test.ts ‑ BotImpl.dispatchActorKeyPairs()
./src/bot-impl.test.ts ‑ BotImpl.dispatchAnnounce()
./src/bot-impl.test.ts ‑ BotImpl.dispatchCreate()
./src/bot-impl.test.ts ‑ BotImpl.dispatchFollow()
./src/bot-impl.test.ts ‑ BotImpl.dispatchFollowers()
./src/bot-impl.test.ts ‑ BotImpl.dispatchMessage()
./src/bot-impl.test.ts ‑ BotImpl.dispatchNodeInfo()
./src/bot-impl.test.ts ‑ BotImpl.dispatchOutbox()
./src/bot-impl.test.ts ‑ BotImpl.dispatchSharedKey()
./src/bot-impl.test.ts ‑ BotImpl.fetch()
./src/bot-impl.test.ts ‑ BotImpl.getActorProperties()
./src/bot-impl.test.ts ‑ BotImpl.getActorSummary()
./src/bot-impl.test.ts ‑ BotImpl.getActorSummary() > with summary
./src/bot-impl.test.ts ‑ BotImpl.getActorSummary() > without summary
./src/bot-impl.test.ts ‑ BotImpl.getFollowersFirstCursor()
./src/bot-impl.test.ts ‑ BotImpl.getOutboxFirstCursor()
./src/bot-impl.test.ts ‑ BotImpl.getPermissionChecker()
./src/bot-impl.test.ts ‑ BotImpl.mapHandle()
./src/bot-impl.test.ts ‑ BotImpl.onAnnounced()
./src/bot-impl.test.ts ‑ BotImpl.onCreated()
./src/bot-impl.test.ts ‑ BotImpl.onCreated() > on mention
./src/bot-impl.test.ts ‑ BotImpl.onCreated() > on message
./src/bot-impl.test.ts ‑ BotImpl.onCreated() > on reply
./src/bot-impl.test.ts ‑ BotImpl.onCreated() > with non-message object
./src/bot-impl.test.ts ‑ BotImpl.onCreated() > without object
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted()
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted() > with actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted() > with actor without URI
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted() > with invalid object URI
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted() > with non-actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted() > with non-existent object
./src/bot-impl.test.ts ‑ BotImpl.onFollowAccepted() > without object
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected()
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected() > with actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected() > with actor without URI
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected() > with invalid object URI
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected() > with non-actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected() > with non-existent object
./src/bot-impl.test.ts ‑ BotImpl.onFollowRejected() > without object
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: accept]
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: accept] > with correct follow
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: accept] > with wrong actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: accept] > with wrong recipient
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: accept] > without actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: manual]
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: manual] > with correct follow
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: manual] > with wrong actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: manual] > with wrong recipient
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: manual] > without actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: reject]
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: reject] > with correct follow
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: reject] > with wrong actor
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: reject] > with wrong recipient
./src/bot-impl.test.ts ‑ BotImpl.onFollowed() [followerPolicy: reject] > without actor
./src/bot-impl.test.ts ‑ BotImpl.onLiked()
./src/bot-impl.test.ts ‑ BotImpl.onUnfollowed()
./src/bot-impl.test.ts ‑ BotImpl.onUnfollowed() > with correct Follow object
./src/bot-impl.test.ts ‑ BotImpl.onUnfollowed() > with incorrect Follow.actorId
./src/bot-impl.test.ts ‑ BotImpl.onUnfollowed() > with non-existent Follow.id
./src/bot-impl.test.ts ‑ BotImpl.onUnfollowed() > without Follow object
./src/bot-impl.test.ts ‑ BotImpl.onUnfollowed() > without Follow.id
./src/bot-impl.test.ts ‑ BotImpl.onUnliked()
./src/bot.test.ts ‑ createBot()
./src/follow-impl.test.ts ‑ FollowRequestImpl.accept()
./src/follow-impl.test.ts ‑ FollowRequestImpl.reject()
./src/follow-impl.test.ts ‑ new FollowRequestImpl()
./src/message-impl.test.ts ‑ AuthorizedMessage.update()
./src/message-impl.test.ts ‑ AuthorizedMessage.update() > direct
./src/message-impl.test.ts ‑ AuthorizedMessage.update() > followers
./src/message-impl.test.ts ‑ AuthorizedMessage.update() > public
./src/message-impl.test.ts ‑ AuthorizedMessage.update() > unlisted
./src/message-impl.test.ts ‑ AuthorizedMessageImpl.delete()
./src/message-impl.test.ts ‑ MessageImpl.like()
./src/message-impl.test.ts ‑ MessageImpl.like() > like()
./src/message-impl.test.ts ‑ MessageImpl.like() > unlike()
./src/message-impl.test.ts ‑ MessageImpl.reply()
./src/message-impl.test.ts ‑ MessageImpl.share()
./src/message-impl.test.ts ‑ MessageImpl.share() > share()
./src/message-impl.test.ts ‑ MessageImpl.share() > unshare()
./src/message-impl.test.ts ‑ createMessage()
./src/message-impl.test.ts ‑ getMessageClass()
./src/message-impl.test.ts ‑ getMessageVisibility()
./src/message-impl.test.ts ‑ isMessageObject()
./src/repository.test.ts ‑ KvRepository
./src/repository.test.ts ‑ KvRepository > followees
./src/repository.test.ts ‑ KvRepository > followers
./src/repository.test.ts ‑ KvRepository > key pairs
./src/repository.test.ts ‑ KvRepository > messages
./src/repository.test.ts ‑ KvRepository > sent follows
./src/repository.test.ts ‑ MemoryRepository
./src/repository.test.ts ‑ MemoryRepository > followees
./src/repository.test.ts ‑ MemoryRepository > followers
./src/repository.test.ts ‑ MemoryRepository > key pairs
./src/repository.test.ts ‑ MemoryRepository > messages
./src/repository.test.ts ‑ MemoryRepository > sent follows
./src/session-impl.test.ts ‑ SessionImpl.follow()
./src/session-impl.test.ts ‑ SessionImpl.follow() > follow
./src/session-impl.test.ts ‑ SessionImpl.follow() > follow again
./src/session-impl.test.ts ‑ SessionImpl.getOutbox()
./src/session-impl.test.ts ‑ SessionImpl.getOutbox() > default
./src/session-impl.test.ts ‑ SessionImpl.getOutbox() > order: 'newest'
./src/session-impl.test.ts ‑ SessionImpl.getOutbox() > order: 'oldest'
./src/session-impl.test.ts ‑ SessionImpl.getOutbox() > since
./src/session-impl.test.ts ‑ SessionImpl.getOutbox() > until
./src/session-impl.test.ts ‑ SessionImpl.publish()
./src/session-impl.test.ts ‑ SessionImpl.publish() > direct
./src/session-impl.test.ts ‑ SessionImpl.publish() > followers
./src/session-impl.test.ts ‑ SessionImpl.publish() > public
./src/session-impl.test.ts ‑ SessionImpl.publish() > unlisted
./src/session-impl.test.ts ‑ SessionImpl.unfollow()
./src/session-impl.test.ts ‑ SessionImpl.unfollow() > unfollow
./src/session-impl.test.ts ‑ SessionImpl.unfollow() > unfollow again
./src/text.test.ts ‑ code()
./src/text.test.ts ‑ em()
./src/text.test.ts ‑ hashtag()
./src/text.test.ts ‑ isText()
./src/text.test.ts ‑ link()
./src/text.test.ts ‑ markdown()
./src/text.test.ts ‑ mention()
./src/text.test.ts ‑ mentions()
./src/text.test.ts ‑ strong()
./src/text.test.ts ‑ text`...`